Fundraising Fox

Circleci

Unicorn Β· $1.7B

San Francisco, US Β· Founded 2011 Β· 360 employees on LinkedIn Β· 16 known investors

CircleCI develops continuous integration and continuous delivery (CI/CD) tooling that helps software development and developer-experience teams build, test, and ship code faster and more reliably. It serves engineering teams and businesses across the software delivery lifecycle.

Also known as Circle Internet Services, Inc. Β· CircleCI

Founders & leadership

Circleci was founded in 2011 by Allen Rohner and Paul Biggar.

ARAllen Rohner
Allen RohnerinFounder & Chief Technology Officer at GRIFFIN
PBPaul Biggar
Paul BiggarinFounder
JRJim Rose
Jim RoseinChief Executive Officer
RZRob Zuber
Rob ZuberinChief Technology Officer
CBChitra Balasubramanian
Chitra BalasubramanianChief Financial Officer
JGJudson Griffin
Judson GriffinChief Revenue Officer
JKJune Ko
June KoinChief Legal & People Officer
BBBlake Buisson
Blake BuissoninChief Marketing Officer

Investors Β· 16

Also in the syndicate Β· 5

Eleven PrimeNext Equity PartnersOwl RockThresholdTop Tier Capital Partners

Valuation Β· disclosed

Disclosed events
$1.7Bvaluation at Series FMay 2021
filing β†—

Source: SEC prospectus filings, and round valuations the company or its investors disclosed β€” follow each entry's link for the claim.

Company profile

researched Aug 2026

CircleCI, legally Circle Internet Services, Inc., operates a continuous integration and continuous delivery (CI/CD) platform used to implement DevOps practices. The service monitors GitHub, GitHub Enterprise, GitLab and Atlassian Bitbucket repositories and launches a build for each new commit, running jobs defined in a YAML configuration file inside Docker containers, Linux VMs, macOS machines, Windows environments or GPU instances, then deploying passing builds to target environments. Developers see pass/fail status alongside pull requests with detailed logs, and a dashboard and API expose build status and delivery metrics such as duration, mean time to recovery and change failure rate. Supported languages include Go, Java, Ruby, Python, Scala, Node.js, PHP and Haskell, plus any language that runs on Linux or macOS, and common deployment targets include AWS, Heroku, Azure, Google Compute Engine and Docker images.

The platform is offered as a managed cloud service with a free tier, as a self-hosted deployment behind a corporate firewall (CircleCI Server, which can run inside a customer's VPC), or as a private cloud deployment. Reusable configuration packages called orbs allow platform teams to standardize pipelines across many development teams with a single line of configuration. More recent capabilities center on validating AI-generated code: Chunk, an agent that monitors pipelines and fixes flaky tests and broken builds; a Model Context Protocol server that lets developers query build failures in natural language from their editors; test orchestration and "smarter testing" to run only relevant tests; autoscaling; build optimization; and release management with incremental rollout and automatic rollback.

The company positions itself around enterprise-grade compliance and scale, having become the first CI/CD tool authorized by FedRAMP in 2018, adding AWS GovCloud support in 2020 and announcing SOC 2 Type II compliance for its cloud service in 2021.

Founding story

CircleCI was founded in September 2011 by Paul Biggar and Allen Rohner. The product entered beta testing on October 11, 2011; first customers arrived roughly three months after the company started and the first payment came about six months in. An early investor put in $50,000 a few months after founding. Paul Biggar left operational duties after six months but remained on the board until 2023.

Business model

CircleCI sells a usage-based SaaS subscription: customers buy monthly or annual plans that include allocated compute credits, which are consumed by builds, tests, security scans and deployments, so pricing scales with consumption rather than seat count. Customers can attach their own third-party tool licenses to avoid credit charges on certain integrations while CircleCI handles orchestration. A free tier is available, and enterprise customers frequently start on cloud plans and move to CircleCI Server for on-premises or VPC deployment, which raises contract values. Gross margins are affected by the infrastructure-intensive nature of on-demand compute, including cloud hosting, data transfer and licensing fees.

Recurring subscription revenue based on consumption of compute credits, with expansion revenue as teams grow pipeline usage and as customers upgrade from cloud plans to self-hosted CircleCI Server deployments.

Traction

The company reported processing more than 1.8 million jobs per day and a 200% increase in credit consumption over eight months as of its 2020 Series E, with more than 22,000 organizations using orbs across 65,000 repositories and nearly 18 million pipelines. Its website cites a community of more than 2 million developers. Headcount is listed at 650 employees, and the company had over 70 open roles across the US, Canada, Japan, Ireland, the UK and Germany at the time of the 2021 Series F. Total venture funding of $315 million was raised through 2021 at a $1.7 billion valuation.

Latest developments

Recent product work centers on "autonomous validation" for AI-era development: Chunk, an AI agent that continuously monitors pipelines and automatically fixes flaky tests and broken builds; a Model Context Protocol server enabling natural-language queries about build failures from code editors; a CLI in beta built for agents with MCP support; Smarter Testing for selective test execution; and one-click rollbacks that avoid re-running full test suites. The company has also added GPU compute classes for machine learning workloads and Apple Silicon M4 Pro instances for iOS builds. Sacra lists its valuation at $1.70 billion and cumulative funding at $315 million as of 2025.

β–ΈFull profile β€” market position, technology, go-to-market, geography, history, risks & controversies

Market position

CircleCI is described as one of the world's most popular CI/CD platforms and a general-purpose alternative to vertically integrated offerings from code-hosting vendors. It competes with GitHub Actions and GitLab CI/CD, which bundle CI/CD with source control and per-user pricing, Azure DevOps Pipelines via Microsoft cloud bundling, hybrid and self-hosted options such as Buildkite, Jenkins and CloudBees, and specialized platforms such as Bitrise for mobile. The company frames the DevOps tools market as roughly $4 billion in 2020, projected to reach $15 billion by 2026, and is extending into AI developer tooling and high-performance compute classes (GPU, Apple Silicon M4 Pro) to expand its addressable market.

CircleCI emphasizes breadth of execution environments and languages on a general-purpose platform, reusable orbs for standardizing pipelines across teams, hybrid deployment via self-hosted runners and CircleCI Server inside a customer's VPC, and compliance credentials (FedRAMP authorization, AWS GovCloud, SOC 2 Type II). It markets speed of feedback (claiming actionable feedback up to 97% faster through selective test execution) and autonomous validation and remediation for AI-generated code. A noted trade-off is that its proprietary configuration syntax creates vendor lock-in, since switching CI providers requires rewriting pipelines.

Technology

The platform provisions execution environments (Docker containers, Linux VMs, macOS and Apple Silicon machines, Windows and GPU instances) per commit and runs pipelines defined in a proprietary YAML configuration. The cloud service was originally written from scratch and now runs on HashiCorp Nomad and Kubernetes. Features include Docker layer caching, parallelism across jobs, configurable workflows with manual approval gates, SSH access for debugging, self-hosted runners including Arm support, insights endpoints and dashboards, and orbs as reusable configuration packages. Newer AI-oriented components include the Chunk agent and an MCP server; the company states its agent-powered CI/CD uses 5x fewer tokens and is 30x more compute efficient than a full pipeline run.

Go-to-market

Self-service sign-up with a free tier and a startup program offering up to $20,000 in free compute credits for qualifying startups, complemented by enterprise sales and customer success/engineering teams. Developer-focused marketing includes documentation, an orbs and image registry, customer stories, benchmark reports and guides, a podcast, blog, community forum and events, plus comparison content against GitHub Actions, Harness, Buildkite, Jenkins and Bitrise. Integrations with GitHub, GitLab, Bitbucket, AWS, GCP, Azure and Kubernetes support distribution; CircleCI reported integrations with 45 partners as of 2019.

Software engineering organizations of all sizes β€” startups, SMBs and enterprises β€” including developers, platform engineers, security engineers, engineering managers and mobile, AI/ML and regulated-industry teams. Named users have included Facebook, Coinbase, Sony, Kickstarter, GoPro, Spotify, NPR, Ford, Citigroup, Aetna, Unilever, American Express, Greenhouse, Google, Microsoft, Airbnb, Okta and Hugging Face.

Geography

Headquartered in San Francisco, with offices opened over time in Tokyo, Boston, Denver and London, and hiring across the US, Canada, Japan, Ireland, the UK and Germany. The acquired Vamp team was based in the Netherlands. The website is offered in English, German, Spanish, Japanese, Korean, Russian and Chinese.

History

After launching in 2011, CircleCI acquired mobile CI tool Distiller in 2014, an acquisition through which Jim Rose and Rob Zuber joined as CEO and CTO. Platform version 2.0 arrived in July 2017 with configurable workflows, Docker layer caching and job parallelism. The company opened offices in Tokyo (June 2018), Boston (October 2018), Denver (May 2019) and London (November 2019), became the first FedRAMP-authorized CI/CD tool in October 2018, added Windows support in 2019, AWS GovCloud support and an insights dashboard in 2020, and self-hosted runners in November 2020. It raised successive venture rounds culminating in a $100 million Series F in May 2021, and acquired Vamp (2021) and Ponicode (2022). In December 2022 it cut roughly 17% of staff, and in January 2023 it disclosed a system breach. Product direction has since shifted toward autonomous validation for AI-generated code with the Chunk agent, an MCP server and a CLI in beta.

Risks & controversies

CircleCI has experienced multiple security incidents: a 2013 breach stemming from provider MongoHQ, a 2019 breach of a third-party analytics vendor account, and a January 2023 system breach after which the company advised customers to rotate all secrets stored in the platform. In December 2022 it laid off about 17% of its workforce (roughly 100 employees). In December 2023 co-founder Paul Biggar was removed from the board; he alleges the removal was retaliation for a blog post criticizing Israel's actions in Gaza. Competitive risk comes from GitHub Actions, GitLab and Azure DevOps bundling CI/CD into broader platforms and enterprise agreements, creating pricing pressure. The proprietary YAML configuration format creates vendor lock-in for customers. A 2016 dispute arose when Uber adopted a logo similar to CircleCI's.

Compiled by commissioned research from 8 cited public sources β€” announcements, filings, and press listed under research sources below.

Key figures

latest reported
CI/CD pipelines using orbsJan 202018,000,000 pipelines
Compute options offeredMay 202120+ compute options
Developers on the platformJan 20252 million+ developers
EmployeesJan 2025650 people
Jobs processed per dayJan 20201,800,000 jobs/day
Open rolesMay 202170 roles
Organizations using orbsJan 202022,000 organizations
Partner integrationsJan 201945 partners
Repositories using orbsJan 202065,000 repositories
Total funding raisedJan 2021$315M
ValuationJan 2021$1.7B

Company-reported or press-reported figures, each dated to when it was claimed β€” not independently audited.

Founder mafia

5 people who came through Circleci went on to found or lead other companies.

Competitors Β· 7

by search overlap
Netezza3161 shared keywordsIBM is a global technology company whose business spans enterprise software (including Red Hat, HashiCorp, and Confluent), IT infrastructure such as mainframes, servers, and storage, and IT consulting services. The company is also investing heavily in quantum computing and AI-based enterprise offerings, including its Lightwell open-source software security clearinghouse and the Anderon quantum wafer foundry.
Atlassian2297 shared keywordsAtlassian offers a teamwork platform combining project planning, knowledge management, and AI orchestration tools for teams and their AI agents. Its products help organizations plan, execute, and deliver work at scale.
BrowserStack1615 shared keywordsBrowserStack provides a cloud-based software testing platform for scaling test automation across 3,500+ browser-device combinations on a real device cloud, aimed at development and QA teams. Its offerings cover cross-browser and browser automation testing, WCAG accessibility compliance testing, AI-driven test management, and visual testing, with integrations for major frameworks and CI/CD pipelines.
GitLab1579 shared keywordsGitLab is an intelligent orchestration platform for DevSecOps that enables teams and AI agents to collaborate on the full software development lifecycle, from planning through deployment, with integrated security and compliance capabilities.
Harness1491 shared keywordsHarness provides software delivery automation and infrastructure for engineering teams to deploy code reliably and efficiently. The platform serves the global software development market.
Docker1232 shared keywordsDocker provides containerization and application development platform tools including sandboxes, governance, and security solutions for developers.
DataCamp1046 shared keywordsDataCamp is a learning platform for teams that teaches data and AI skills through hands-on coursework accessible via web browser and mobile app. It serves enterprise customers and development teams seeking to build technical capabilities.

Companies competing with Circleci for the same Google search keywords, organic and paid, via search-intersection analysis.

Timeline Β· 23

launches, deals, and filings
Jan 2025
Chunk AI agent and MCP server

CircleCI introduced Chunk, an AI agent that monitors pipelines and automatically fixes flaky tests and broken builds, plus a Model Context Protocol server that lets developers query build failures in natural language from their editors, and one-click rollback capabilities.

source β†—

Dec 2023
Co-founder Paul Biggar removed from board

Founder Paul Biggar was removed from CircleCI's board; Biggar alleges the removal was reprisal for a blog post criticizing Israel's actions in Gaza.

source β†—

Jan 2023
System breach disclosed; customers advised to rotate secrets

CircleCI announced a system breach and advised customers to rotate any and all secrets stored in CircleCI.

source β†—

Dec 2022
Layoffs affecting about 17% of workforce

CircleCI laid off approximately 17% of its workforce, around 100 employees.

source β†—

Jan 2022
CircleCI acquires Ponicode

source β†—

Jan 2022
More generous free tier announced

source β†—

May 2021
CircleCI acquires Vamp

CircleCI acquired Vamp, a Netherlands-based release orchestration platform, bringing on its entire team of 15 employees to expand into release management.

source β†—

May 2021
Stacey Epstein joins board as first independent director

Stacey Epstein, then CMO at Freshworks, was appointed as CircleCI's first independent board member alongside the Series F announcement.

source β†—

Apr 2021
SOC 2 Type II compliance announced for cloud-hosted service

source β†—

Nov 2020
Self-hosted runners introduced on the cloud platform

Self-hosted runners, including Arm support, added to CircleCI's cloud platform.

source β†—

Oct 2020
Insights dashboard released

Dashboard allowing customers to monitor and optimize their CI/CD pipelines.

source β†—

Feb 2020
Support for AWS GovCloud launched

source β†—

Jan 2020
Cack Wilhelm of IVP joins board of directors

Announced with the Series E round.

source β†—

Nov 2019
London office opened, expanding EMEA presence

source β†—

Aug 2019
Data breach in third-party analytics vendor account

source β†—

Aug 2019
General availability of Windows build support

source β†—

May 2019
Office opened in Denver, Colorado

source β†—

Oct 2018
Office opened in Boston, Massachusetts

source β†—

Oct 2018
First CI/CD tool authorized by FedRAMP

source β†—

Jun 2018
First international office opened in Tokyo

source β†—

Jul 2017
CircleCI 2.0 platform launch

Version 2.0 introduced configurable workflows, Docker layer caching and support for parallelism across multiple jobs.

source β†—

Jan 2014
CircleCI acquires Distiller

CircleCI acquired Distiller, a mobile continuous integration tool; Jim Rose and Rob Zuber joined the company as CEO and CTO respectively.

source β†—

Jan 2013
Data breach via provider MongoHQ

CircleCI suffered a data breach originating with its provider MongoHQ and replaced its security keys in response.

source β†—

Dated company events from announcements, filings, and press; legal rows summarize public dockets and regulator releases.

β–ΈResearch sources Β· 8

primary sources listed

8 public sources were cited for this profile; the first-party ones are listed here.

Frequently asked questions

What does Circleci do?
CircleCI is a continuous integration and delivery platform that automatically builds, tests and deploys code from Git repositories.
Who founded Circleci?
Circleci was founded by Allen Rohner, Paul Biggar in 2011.
Who are Circleci's investors?
Circleci's investors include 500 Global, DCVC (Data Collective), Draper Associates, Heavybit, IVP (Institutional Venture Partners), NextEquity Partners, Sapphire Ventures, Scale Venture Partners and 3 more.
Where is Circleci headquartered?
Circleci is headquartered in San Francisco, US.