A new CI engine. Fast by design.
What is Depot CI?
Depot CI is a programmable, API-driven CI engine built for engineers and agents. Today, it supports GitHub Actions YAML as its first syntax while running on Depot's own orchestration and compute subsystem for exponentially faster builds.
How is it different from GitHub Actions / CircleCI / Buildkite?
Depot CI is a programmable CI engine built for speed and debuggability. Jobs start in seconds, steps run in parallel within a single job, and custom images cut setup time. You can SSH into running jobs, replay from a step, and search logs across runs. Engineers and agents can trigger, monitor, and debug runs through the CLI and API. Pricing is per second, so you only pay for active compute.
How do I migrate?
Move your .github/workflows/ and .github/actions/ directories into .depot/ and push. No syntax rewrites, no configuration changes. Your existing GitHub Actions workflows work as-is.
What's the pricing?
Per-second billing at $0.0001/second. You pay for exactly what you use, with no minute rounding, no paying for idle runners, and no minimum commitments. We offer a 7-day free trial with no credit card required.
Is it compatible with my existing workflows?
Yes. Today, Depot CI supports GitHub Actions YAML as its first supported syntax, so your existing workflow syntax, steps, and structure all work without modification. We plan to support additional syntaxes in the future.
What about GitHub Actions marketplace actions?
Marketplace actions work out of the box. Depot CI is compatible with the GitHub Actions ecosystem — your existing actions, reusable workflows, and composite actions all work as expected.