Skip to main content
Lyzr Agent Studio is the no-code and low-code environment for building, testing, deploying, and monitoring AI agents. It is the primary UI layer on top of the Lyzr Agent Framework.

What you can build in Studio

  • Single agents: chatbots, Q&A bots, data analysts, voice agents
  • Multi-agent systems: Manager Agent (dynamic) or SuperFlow (DAG-based)
  • Knowledge bases: Classic (RAG), Knowledge Graph (Neo4j), Semantic Model (Text-to-SQL)
  • Voice agents: phone bots with Realtime or Pipeline engine, Twilio/Telnyx/Plivo telephony

Core sections

How Studio relates to the API

Every agent you create in Studio is immediately accessible via REST API. Studio is a UI layer over the same agent infrastructure that the ADK and API access directly. You can build an agent in Studio and then manage it programmatically via the ADK — they’re the same underlying agent.

Next steps