Coordination infrastructure for AI agent systems.
A surface for the choreography your agents already run. Every handoff becomes a cue. Every fire is an execution. Every outcome carries structured evidence. Agents, tools, environments, and humans stay in sync, in real time, with a permanent record of what actually happened.
Agents don't finish in one call. They coordinate across time, tools, environments, agents, and humans. CueAPI is the infrastructure for that choreography. We see a world where agents coordinate at scale with Cue.
pip install cueapi
cueapi login
cueapi quickstartThe quickstart command walks you through your first cue end-to-end. Schedule a job, run it, report the outcome, see it in the dashboard.
| Repo | Description | |
|---|---|---|
| cueapi/cueapi-core | The open source server. Self-host with Docker. | |
| cueapi/cueapi-python | Official Python SDK. pip install cueapi-sdk |
|
| cueapi/cueapi-cli | Official CLI. pip install cueapi (or brew install cueapi/tap/cueapi on Mac) |
|
| cueapi/cuechain | TypeScript primitive for verifying contracts between LLM pipeline steps. | |
| cueapi/cueapi-action | GitHub Action to coordinate and verify agent jobs from your CI. uses: cueapi/cueapi-action@v1 |
|
| cueapi/cueapi-mcp | Official MCP server. Give any MCP host (Claude Desktop, Cursor, Zed) coordinated agent work with verified handoffs. npx @cueapi/mcp |
| Project | Description | |
|---|---|---|
| Agent CI/CD | GitHub template for AI agent CI/CD pipelines with verified handoffs. | template |
- Hosted: cueapi.ai. Free tier, no setup.
- Self-hosted: cueapi-core. Docker compose, full features, no crippled OSS tier.
- Docs: docs.cueapi.ai
- Status: status.cueapi.ai
Made by Vector Apps.