Skip to main content
Example TOML configurations and advanced quickstarts for AURA agents.
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:
If encountering issues and more verbose debugging output is necessary, add the —verbose flag for the running binary

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

Point CONFIG_PATH at a directory to serve every .toml file as a selectable agent:
Clients discover agents via GET /v1/models and select one with the model field in chat requests. Each agent is identified by its alias (if set) or name.

Advanced Quickstarts

Self-contained Docker Compose setups for specific use cases. Each has its own guide with step-by-step instructions.