A new CI engine. Fast by design.
What is Depot CI?
Depot CI is a new CI engine — not just faster GitHub Actions. GitHub Actions YAML is the first frontend, the interface you use to define workflows. But underneath, it's an entirely new orchestrator and compute layer purpose-built for speed, reliability, and programmability.
How is it different from GitHub Actions / CircleCI / Buildkite?
Depot CI can run steps in parallel within a single job, which removes bottlenecks without splitting workflows across many jobs. You also get composable compute per step and an API-first model for triggering, monitoring, and debugging runs programmatically.
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. Depot CI uses GitHub Actions YAML as its workflow format. Your existing workflow syntax, steps, and structure all work without modification.
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.