v0.1.0 · public API · open-core

The execution engine
for AI agents.

Track work items, dispatch tasks to agents, log every run, and bill usage — all behind one typed API. The CLI is open-source. The cloud is hosted.

# Sign up, create a workspace, dispatch your first task
$ backlog login
$ backlog ws create "my team"
$ backlog item add "Refactor billing" --priority P1
$ backlog task dispatch --agent claude --repo my-team/api

What you get

A small, opinionated surface for running agents in production.

Work items & tasks

Model what needs to happen, then break it into agent-runnable tasks. GitHub Issues sync out of the box.

Run logs & artifacts

Every agent invocation gets a Run. Status, summary, artifacts, audit trail — queryable, filterable, billable.

$

AI proxy & quotas

Hit Anthropic through one workspace endpoint. Tokens are metered, capped, and billed per plan.

Pricing

Free to start. Pay when you actually run things.

Free
€0 / month
  • 50 work items
  • 100 tasks / month
  • 3 members
  • 100k AI tokens / month
Get started
Enterprise
Custom
  • Unlimited everything
  • SSO & SCIM
  • SLA & dedicated support
  • Self-hosted option
Contact us

Open-core, by design

The CLI and SDK are Apache-2.0 on GitHub. Point them at our cloud, or run your own backend with the same OpenAPI contract.

# Self-hosted? Point the CLI at your own server.
$ export BACKLOG_API_URL=https://backlog.acme-corp.com/api/v1
$ backlog login