Skip to main content
Deploy agents, teams, and flows as production-ready APIs.

Quick Start

1

Install

2

Python Code

3

CLI


What AgentOS Creates


Configuration


All Configuration Options


CLI Commands


YAML Config File

agents.yaml

Architecture


Deployment Patterns


Chat API Request

Response:

Best Practices

Even for single agents, AgentOS provides proper API structure, CORS, health checks, and auto-generated docs.
Use --reload during development. Disable in production for better performance.
Replace ["*"] with specific origins in production: cors_origins=["https://myapp.com"]
Increase workers for production: workers=4 (typically 2-4x CPU cores)

Core Components

Compare Agent, AgentTeam, AgentFlow, AgentOS

Agents

Agent configuration reference