Consortium
Get started with Consortium
Use Claude Code, Codex, Gemini, Grok, Pi, and Consortium Code from anywhere. Run consortium instead of your agent's CLI on your computer; review diffs, approve tool calls, and redirect runs from your phone or browser — with your session content end-to-end encrypted.
curl -fsSL https://api.consortium.dev/install | sh
consortium auth login
consortium daemon status cd ~/code/my-repo
consortium claude # Claude Code
consortium codex # Codex
consortium code # Consortium Code curl https://api.consortium.dev/external/v1/me \
-H "Authorization: Bearer $CONSORTIUM_TOKEN" Quickstart →
Install the CLI, sign in, and control your first session from another device.
Architecture →
How the app, daemon, server, and model proxy fit together.
Security →
What’s end-to-end encrypted, what isn’t, and the honest limits.
External API →
Read sessions and drive machines programmatically with scoped tokens.
What you can do
Section titled “What you can do”- Step away from your desk — watch and steer running agents from the web or desktop app; take the keyboard back with one keypress.
- Schedule agents — Automations run a prompt on a cron and produce normal sessions.
- Integrate — the External API plus official TypeScript and Python SDKs, with webhooks and scoped tokens.
- Choose your billing — bring your own keys (direct to vendor, unmetered) or use managed credits.
Where to next
Section titled “Where to next”New here? Read the Overview, then do the Quickstart. Integrating? Jump to Authentication.
Source code lives at github.com/ConsortiumAI.