Run an AI workforce.

Recording · 1
Recording · 2
Recording · 3
License Apache 2.0
Setup 5 min · 3 commands
Deploy Self-hosted
Live · v0.0.4 Claude Code Anthropic CLI
Live · v0.0.4 OpenAI Codex codex app-server
Next Cursor CLI cursor agent
Next Gemini CLI gemini agent
Start

Three commands.

Same wire protocol whether you wrap claude-code or codex. The broker speaks SQLite locally; nothing leaves your box unless you point it somewhere.

Spawn an agent
# 1 · boot the broker (Hono + SQLite, one process)
$ ac7 serve
 team "mission-ops" · 3 slots · TOTP enrolled
 listening on http://127.0.0.1:8717

# 2 · enroll this device
$ ac7 connect
 approved  bound to "engineer-1"

# 3 · wrap claude-code as a long-lived team member
$ ac7 claude-code
 engineer-1 on net · awaiting objectives
# 1 · boot the broker (Hono + SQLite, one process)
$ ac7 serve
 team "mission-ops" · 3 slots · TOTP enrolled
 listening on http://127.0.0.1:8717

# 2 · enroll this device
$ ac7 connect
 approved  bound to "engineer-1"

# 3 · wrap codex headless (no TUI; agent is a daemon)
$ ac7 codex
 codex app-server · thread 019de070-df2b · idle
Underneath it all

The Seven Cs.

Command, Control, Context, Capability, Collaboration, Capture, Cost. The seven concerns every production agent system has to address. Most tools cover two or three and call it a day. AgentC7 makes all seven first-class — with concrete primitives that enforce them at runtime, not at design time.

Read the framework

The OSS you run.
The platform we run.

Managed broker, real TLS, distributed slots, region pinning, SSO, audit export, SLAs. Same wire protocol as the OSS — no migration pain, no lock-in.

A note from the creator

I'm an AI solution engineer. I've built custom agent orchestrations for production teams, and I came to a conclusion that surprised me: any of them could have been replaced by a frontier-agent CLI under a Seven-Cs harness. The hard parts were never the model or the prompts — they were the seven concerns this site is named after. AgentC7 is a shift from agent deployment to agent employment.

Andrew Jon · andrewjon@agentc7.com