Skip to content
@cueapi

CueAPI

Make your agents accountable. The primitive that makes silent failure impossible.

CueAPI makes silent failure impossible.

Schedule agent work, gate every handoff with verification, and refuse to advance until your agent attaches evidence of what it actually did. Once recorded, the outcome is on the record forever — no rewrites, no retroactive edits.

Make your agents accountable.

5-minute quickstart

pip install cueapi
cueapi login
cueapi quickstart

The quickstart command walks you through your first cue end-to-end — schedule a job, run it, report the outcome, see it in the dashboard.

Full docs →

Why CueAPI

AI agents are unreliable narrators. An agent can return {"success": true} after a tool call that silently failed. It can hallucinate a confirmation. It can report sending an email that never sent.

CueAPI is the primitive that makes the agent prove its claims, at the API boundary, at the moment of reporting. No proof, no progress.

Open source

Repo Description
cueapi/cueapi-core The open source server. Self-host with Docker. stars
cueapi/cueapi-python Official Python SDK. pip install cueapi-sdk pypi
cueapi/cueapi-cli Official CLI. pip install cueapi (or brew install cueapi/tap/cueapi on Mac) pypi
cueapi/cuechain TypeScript primitive for verifying contracts between LLM pipeline steps. stars
cueapi/cueapi-action GitHub Action to schedule and verify agent jobs from your CI. uses: cueapi/cueapi-action@v1 stars
cueapi/cueapi-mcp Official MCP server. Give any MCP host (Claude Desktop, Cursor, Zed) scheduler + verification gate tools. npx @cueapi/mcp stars

Built with CueAPI

Project Description
Agent CI/CD GitHub template for AI agent CI/CD pipelines with execution accountability. template

Get started


Made by Vector Apps.

Pinned Loading

  1. cueapi-core cueapi-core Public

    Open source accountability layer for AI agents. Gate workflows on verified outcomes, not exit codes. Self-hosted, works with any agent or model, Apache-2.0 licensed.

    Python 7

  2. cuechain cuechain Public

    Free, open-source (MIT) contract-verification primitive for TypeScript AI agent pipelines.

    TypeScript 1

Repositories

Showing 8 of 8 repositories

Top languages

Loading…

Most used topics

Loading…