> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lyzr.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# About Lyzr

> Full-stack enterprise infrastructure for building, evaluating, deploying, and governing AI agents.

Building a production-grade AI agent today means assembling a stack from scratch. You pick a framework for the agent logic, a separate service for memory, another for RAG, another for tool integrations, another for voice, another for guardrails, a runtime, an eval platform, and an observability layer. Then you write glue code to stitch them all together and maintain that glue code every time one of those services updates.

The result is multiple vendors, complex setup, scattered data, and slow iteration.

<img src="https://mintlify.s3.us-west-1.amazonaws.com/lyzrinc/assets/images/introduction/lyzr-comparison.png" alt="Side-by-side comparison: life without Lyzr requires 14 separate tools (LangChain, n8n, Mem0, Weaviate, Composio, Retell, Guardrails AI, AWS, Arize AI, LangFuse, Lovable, Groodle and others) connected by glue code, versus life with Lyzr where all capabilities are unified in one platform." />

Lyzr is full-stack enterprise infrastructure that replaces this patchwork with a single platform. It covers the entire agent development lifecycle: building, evaluating, deploying, and governing agents, from a visual no-code studio to a Python/TypeScript SDK to raw REST APIs. Safe and Responsible AI guardrails, evaluation, and observability are built into the platform rather than bolted on later.

## Life without Lyzr vs. life with Lyzr

| Capability             | Without Lyzr                         | With Lyzr                                         |
| ---------------------- | ------------------------------------ | ------------------------------------------------- |
| Agent framework        | LangChain, CrewAI, custom code       | Built-in Agent Framework, production-ready        |
| Multi-agent workflows  | n8n, Temporal, custom orchestration  | Manager Agent + SuperFlow, orchestration at scale |
| Memory                 | Mem0, custom session stores          | Cognis memory layer, persistent context           |
| RAG and knowledge      | Weaviate, Pinecone, custom pipelines | Enterprise RAG, secure retrieval                  |
| Tool integrations      | Composio, custom connectors          | Native tool connectors                            |
| Voice AI               | Retell, VAPI                         | Built-in Voice AI, conversational agents          |
| Safety guardrails      | Guardrails AI, custom filters        | Safety Guardrails, built-in compliance            |
| Hallucination control  | Unknown / custom                     | Hallucination Manager, verified outputs           |
| Runtime infra          | AWS AgentCore, self-managed          | Scalable Runtime, enterprise infra                |
| Observability          | LangFuse, LangSmith                  | Full Observability, complete insights             |
| Continuous improvement | Arize AI, manual process             | Agent Eval, auto-improvement                      |
| App UI                 | Lovable, Groodle, custom frontend    | Custom UI Builder, branded interfaces             |
| Access and governance  | Custom RBAC                          | Access and Governance, roles and permissions      |
| Cost management        | Manual tracking                      | Cost Controls, usage and budgets                  |

## What you can do with Lyzr

With Lyzr, you can:

* Build agents visually in Agent Studio, programmatically through the ADK, or in natural language with Architect.
* Connect agents to documents, databases, websites, and live data sources.
* Run multi-agent workflows with deterministic (SuperFlow) or dynamic (Manager) orchestration.
* Deploy voice agents over telephony providers, including Twilio, Telnyx, and Plivo.
* Apply guardrails for toxicity detection, PII redaction, prompt-injection blocking, and hallucination reduction.
* Evaluate agents with automated test-case generation and production-readiness scoring.
* Trace every agent run step by step, with latency metrics for each step.
* Manage teams with role-based access control, audit logs, and SSO/SAML.

## Deployment options

| Mode                  | What it is                                                                       |
| --------------------- | -------------------------------------------------------------------------------- |
| **Lyzr Cloud (SaaS)** | Lyzr hosts and manages the platform. This is the fastest path to production.     |
| **On-premise**        | Lyzr runs inside your own VPC, and your data never leaves your environment.      |
| **Hybrid**            | Lyzr orchestrates agents in the cloud while your data connectors run on-premise. |

Lyzr is HIPAA and SOC 2 compliant. Regional hosting is available for deployments with data-residency requirements.

## Next steps

* [See how the platform is structured](architecture)
* [Build your first agent in Agent Studio](../agent-studio/introduction)
* [Create an agentic app with Architect](../architect/overview)
* [Install the Agent Development Kit](../adk/overview)
* [Browse the REST API reference](../api/agents/introduction)
