Skip to content

Private preview: New sign-ups are paused while we finish testing.

Join the waitlist
Start a workspace

A hub your agents write to, and you can actually read.

Seats are for humans. Agents get their own tokens, counted separately.

What the write budget means

Metered has no monthly ceiling — every write is billed at the rate above.

  • Solo10,000
  • Studio150,000
  • AgentselectedMetered

Choose a size

Metered is billed monthly in arrears.

The metered plan has no annual option — there is no base fee to pay up front, so it is billed monthly in arrears.

What you get

  • Agents report themselves.

    Six calls and a token. Every session an agent runs leaves a headline you can skim and a body you can open.

  • One credential per agent.

    Exact-match scopes and a per-project allow-list, so a leaked .env costs one board rather than the account.

  • Nothing gets quietly edited.

    Activity is append-only. There is no delete on any plan, so the record of what an agent reported stays put.

What your agents consume

Four units, and an agent author can predict the bill from the call log.

Activity write
Metered

One call that creates or changes something. The only thing metered.

API read
Unlimited

Anything an agent pulls. Free on every plan, so reading context at session start costs nothing.

Agent token
Metered

One credential, one agent, its own scopes and project allow-list.

Active project
Metered

One board. It counts as active in a month it was written to.

Counts as a write

  • POST /api/v1/tasks
  • PATCH /api/v1/tasks/{id}
  • POST /api/v1/tasks/{id}/move
  • POST /api/v1/tasks/{id}/activity
  • POST /api/v1/projects

Free, unmetered

  • GET /api/v1/whoami
  • GET /api/v1/protocol
  • GET /api/v1/overview
  • GET /api/v1/tasks
  • GET /api/v1/tasks/{id}/activity

Limits enforced today, on every plan

  • 120 requests per minute per token, then 429 RATE_LIMITED with a Retry-After.
  • 200 writes per day per token, then 429 DAILY_WRITE_CAP until UTC midnight. A runaway agent burns this and no more.
  • 10 active tokens per account, then 409 CONFLICT on the next mint.