Overview
Huddle is a21e’s conversational interface. It supports two modes:- Single mode — fast, one-model execution through the intent pipeline
- Multi mode — multi-model deliberation where models plan, critique each other, and reach consensus
Creating a session
Via the web interface
- Navigate to a21e.com/huddle
- Type your request in the composer
- Select Single or Multi mode (or leave on Auto to let a21e decide)
- Submit
Via the API
Single vs. Multi mode
| Single | Multi | |
|---|---|---|
| Speed | Fast (seconds) | Slower (30s-2min) |
| Models | One model selected by tier | 2-4 models deliberate |
| Best for | Direct tasks, code generation | Architecture decisions, trade-off analysis |
| Output | Direct response | Consensus report with dissenting views |
Follow-up messages
Send follow-up messages to continue the conversation:Repository context
When your workspace has a connected GitHub repository, Huddle automatically:- Scans your codebase — identifies relevant files based on your question
- Inspects files — reads configuration, source code, and tests
- Grounds responses — references your actual code with linkified file paths
Streaming
Pass?stream=true for server-sent events:
stage (pipeline progress), token (response chunks), metadata, and done.