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

Sidebar itemWhat it does
AgentsCreate and manage single agents
VoiceBuild and monitor voice agents
ManagerialView and interact with Manager Agent orchestrations
SuperFlowBuild visual DAG-based workflows
Knowledge BaseManage Classic KB, Knowledge Graph, Semantic Model
ToolsConnect and manage tool integrations
SkillsManage reusable skill packages
Responsible AICreate and manage guardrail policies
Global ContextSet org-wide agent instructions
Data ConnectorsConnect databases and vector stores
TracesMonitor agent runs, latency, and token usage
ManageTeam settings, roles, audit log, billing

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