This component holds implementation of Gitpod's public API. API specification for this server can be found in public-api.
As more companies and engineers embrace cloud development environments, the need for a first class, managed and versioned API will grow. Providing a first class Public API enabled the community to build on top of Gitpod, automate and orchestrate use cases beyond the core focus of Gitpod. The API will act as a catalyst to further reduce toil from development environments and will enable richer integrations with Integrated Development Environments (IDEs) and platforms.
- Provide a first class Public API which is the canonical way to access Gitpod functionality programatically
- Offer a versioned API with compatibility guarantees and clear upgrade path
- Enable, and catalyze, community integrations and workflows beyond what Gitpod offers today
The public API will initially be offered as a gRPC service. Clients for various languages will be available. At the moment, the API is in early stages and clients are not available.
The roadmap and progress towards a stable release of the API is tracked in Epic: Public Gitpod API.
- The API will be exposed on
api.gitpod.io
orapi.<domain>
for self-hosted or managed installations. - The API is structured into services with definitions available in components/public-api/gitpod/ as protobuf definitions.