New to AURA? Start with the Quickstart — it gets a full stack running in under a minute. Come back here when you’re ready to customize or try orchestration mode.
Reference Configuration
reference.toml is the fully annotated config with every option documented. Use it as a starting point:
Minimal Configs
Bare-minimum configs to get running with a single LLM provider. No MCP tools — just add an API key.Complete Agent Configs
Full agent compositions that combine an LLM provider with real MCP tool servers and tailored system prompts. Each file documents its prerequisites and required environment variables.Serving Multiple Agents
PointCONFIG_PATH at a directory to serve every .toml file as a selectable agent:
GET /v1/models and select one with the model field in chat requests. Each agent is identified by its alias (if set) or name.

