Skip to main content
If your project doesn’t need API documentation, you can safely remove the api-reference directory.

Overview

The ecge API lets you manage projects, deployments, and resources programmatically. All endpoints follow REST conventions and return JSON responses. The API reference below is generated from an OpenAPI specification.

OpenAPI specification

View the raw OpenAPI spec file.

Authentication

All endpoints require a Bearer token. Include it in the Authorization header:
"security": [
  {
    "bearerAuth": []
  }
]
Generate API keys from your ecge dashboard.