Documentation Index
Fetch the complete documentation index at: https://docs.a21e.com/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- An a21e account (sign up)
- An API key (generate one in Settings > API Keys)
Option 1: cURL
Option 2: OpenAI SDK (drop-in)
If you already use the OpenAI SDK, point it at a21e:The
model parameter is mapped to a21e’s model tier system. Use "auto" to let a21e pick the best model, or specify "economy", "standard", or "premium".Option 3: Huddle (web interface)
- Go to a21e.com/huddle
- Type your request in the composer
- Choose Single (fast, one model) or Multi (deliberation across models)
- Get your response with full context and quality metadata in the sidebar
What happens behind the scenes
When you submit an intent, a21e runs a pipeline: Each step is observable — the API returns timing breakdowns, quality scores, and the techniques used.Next steps
Intents guide
Learn how intent submission works, including model tiers, constraints, and follow-ups.
API reference
Full API documentation with interactive playground.
Workspaces
Set up workspaces with repo context, preferences, and personas.
BYOK setup
Bring your own LLM API keys to reduce credit usage.