Depot CI API and CLI are now generally available
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 and visit the API reference and CLI reference for usage details.