Before you begin
- A Lyzr Studio account. Sign up at studio.lyzr.ai via Google, GitHub, or email.
- For Option C or D: an API key from Account > API Keys in Agent Studio.
Option A: Agent Studio (no code)
- Sign in at studio.lyzr.ai.
- On the home screen, describe what you want to build in plain English. The conversational builder asks follow-up questions and configures the agent for you. Alternatively, select Agents in the sidebar, then New Agent to use the manual builder.
- Give your agent a name, select an LLM (GPT-4o Mini is a good starting point for cost), and write a role, goal, and instructions.
- Optionally enable Knowledge Base and upload a PDF or enter a URL.
- Select Test to open the chat interface. Send a message to verify the agent responds correctly.
- Select Deploy and choose visibility: Private, Public, or Organization.
Option B: Architect (natural language)
Architect builds a full-stack agentic application from a plain-English description. Use it when you want a working product with a UI, not just an API endpoint.- Go to architect.new.
- Type your prompt and hit enter. Architect will ask follow-up questions to confirm requirements, then generate the full application for you:
- Architect configures the Knowledge Base, sets up the agent, and generates a frontend UI automatically.
- Review the generated application in the preview, then deploy with one click.
Option C: ADK (Python)
Option D: REST API
What’s next
- Add a Knowledge Base to ground your agent in your documents.
- Connect Tools to let your agent take actions on external systems.
- Set up Responsible AI guardrails before going to production.
- Evaluate your agent with automated test cases.