Skip to main content
Get a running agent in under 5 minutes using the method that fits your workflow.

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)

  1. Sign in at studio.lyzr.ai.
  2. 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.
  3. 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.
  4. Optionally enable Knowledge Base and upload a PDF or enter a URL.
  5. Select Test to open the chat interface. Send a message to verify the agent responds correctly.
  6. Select Deploy and choose visibility: Private, Public, or Organization.
Your agent now has a live REST endpoint. Find it in Agent > API tab.

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.
  1. Go to architect.new.
  2. Type your prompt and hit enter. Architect will ask follow-up questions to confirm requirements, then generate the full application for you:
  1. Architect configures the Knowledge Base, sets up the agent, and generates a frontend UI automatically.
  2. Review the generated application in the preview, then deploy with one click.
Your application is live with a hosted URL, a multi-agent backend, and source-referenced answers out of the box.

Option C: ADK (Python)

Option D: REST API

What’s next