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.
Pro
€19 / month
- 5 000 work items
- 10 000 tasks / month
- 25 members
- 5M AI tokens / month
- Priority support
Enterprise
Custom
- Unlimited everything
- SSO & SCIM
- SLA & dedicated support
- Self-hosted option
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