CloudBees provides software delivery automation across continuous integration, continuous deployment, release orchestration, and feature management. Their developer surface includes the CloudBees CI REST API (an extension of the Jenkins REST API), the CloudBees CD/RO REST API for release orchestration, the CloudBees Feature Management REST API (formerly Rollout) for feature flags and environments, and the CloudBees Unify Platform API for the modern unified delivery platform. APIs are generally JSON, token-authenticated, and follow REST conventions.
APIs.json: apis.yml
- Type: Index
- Position: Consumer
- Access: 3rd-Party
- x-type: company
CI/CD, Continuous Delivery, Continuous Integration, DevOps, Feature Flags, Feature Management, Jenkins, Release Orchestration, Software Delivery
- Created: 2025-01-08
- Modified: 2026-04-23
CloudBees CI is a hardened, enterprise distribution of Jenkins. The Jenkins remote access API is exposed at /api on every controller and on individual jobs, runs, queues and nodes. Authentication uses a username plus API token via HTTP basic auth. Responses are available as JSON, XML, or Python.
The Continuous Delivery / Release Orchestration REST API exposes pipelines, releases, environments, applications, deployments, projects and resources. Use it to model deployment pipelines, launch releases, track stages, and integrate with Jenkins and other CI tools.
- Base URL:
https://<your-server>/rest/v1.0 - Documentation
- Jenkins Plugin
Programmatic access to applications, environments, feature flags, experiments, target groups, audit logs, and users. Authentication is a bearer token. The API enforces one request per second per IP, returning HTTP 555 when exceeded.
- Base URL:
https://x-api.rollout.io/public-api - Documentation
- Environments
- Reference
The modern, opinionated software delivery platform that unifies CI, CD, feature management, analytics, and security. Recommended target for new integrations.
Jenkins pipeline steps that call CloudBees CD/RO REST endpoints — triggering pipelines, running releases, deploying applications, and pulling artifacts from Jenkins build outputs into CD/RO release flows.
- FN: Kin Lane
- Email: kin@apievangelist.com