Agent context bundles
Pre-load company, sprint, blockers, and team roster for Hermes, Claude Code, Codex, or any HTTP client — one request instead of five.
Atrium is the context gateway for AI agents. One call gives Hermes, Claude Code, Codex, or your own agent the company, the active sprint, blockers, and the decisions your team already made — so the first message is useful instead of a re-explanation.
These are the capabilities shipping today in the Atrium gateway and admin dashboard.
Pre-load company, sprint, blockers, and team roster for Hermes, Claude Code, Codex, or any HTTP client — one request instead of five.
LLM-powered sprint plans from your backlog, then auto-scheduled across phases with capacity estimates per assignee.
Drop in a transcript and Atrium extracts action items and decisions, then persists them as long-term agent memory.
Assign a sprint to an agent and track it from assignment to completion, scoped per company so credentials never over-reach.
Kanban board, Gantt timeline, sprint burndown, and an EVM panel (CPI/SPI) computed from live task data.
Multi-company API keys with route scopes, plus browser-approved device authorization for the CLI so secrets stay in the OS keychain.
Describe the company and project. Atrium starts a 7-day trial and seeds a starter project with tasks.
Generate a scoped key or run the CLI device-approval flow. No secret is ever pasted into a prompt.
One POST to /api/v1/session/start returns the full context bundle your agent plans from.
All write endpoints require a scoped API key. Health and the API index are public.
Replace the company id with the workspace you created in the dashboard.
# Start a session with context
curl -X POST https://atrium.cool/api/v1/session/start \
-H "Content-Type: application/json" \
-H "Authorization: Bearer <atrium_key>" \
-d '{"company_id":"<uuid>","agent_type":"hermes"}'