# Depot CI API and CLI are now generally available (https://depot.dev/changelog/2026-06-04-depot-ci-api-cli)

> Published 2026-06-04

The Depot CI API and CLI are now generally available. Everything you can do in the Depot CI dashboard you can now do from your terminal or hand off to an agent:

* trigger, fetch, retry, or cancel runs
* list and inspect runs, workflows, jobs, and attempts
* pull, tail, or export logs
* read AI run summaries, step summaries, and metrics

The API is described by an OpenAPI v3 spec generated from our Connect/protobuf definitions, so the CLI, your scripts, and your agents all read from the same contract.

Read more in the [launch post](/blog/now-available-depot-ci-api) and visit the [API reference](/docs/api/ci/reference) and [CLI reference](/docs/cli/reference/depot-ci) for usage details.

## For AI Agents

The full site index is at [llms.txt](https://depot.dev/llms.txt). Append `.md` to any documentation, blog, changelog, or customer URL to fetch its markdown source directly.