Quick Start
How It Works
| Component | Purpose | Output |
|---|---|---|
| SDK source | Ground truth for APIs | Accurate examples |
| Agent example | Simplest usage path | Quick Start code |
| Mintlify components | Consistent layout | Steps, Accordions, Cards |
Best Practices
Start with Agent(...)
Start with Agent(...)
Top of every page: a minimal agent example showing the feature in use โ not subsystem imports or config-only snippets.
Use standard diagram colours
Use standard diagram colours
Hero Mermaid diagrams use
#8B0000 for agents, #189AB4 for tools/processes, and white text on coloured fills.Keep examples runnable
Keep examples runnable
Include all imports, use
os.getenv() for secrets, and avoid placeholder strings like "your-api-key".One sentence per section intro
One sentence per section intro
Each section gets a single sentence explaining what follows โ no preamble phrases from AGENTS.md ยง6.3.
Related
Templates
Customise agent prompts and response formatting
Telemetry
Anonymous usage metrics for agent runs

