Resources
API Docs
Build on our platform with a clean, versioned REST API. Authenticate with a bearer token over HTTPS.
Endpoints
| Method | Path | Description |
|---|---|---|
| GET | /v1/projects | List your projects |
| POST | /v1/deployments | Trigger a deployment |
| GET | /v1/deployments/{id} | Get deployment status |
| GET | /v1/metrics | Query service metrics |
| POST | /v1/webhooks | Register a webhook |
All requests require Authorization: Bearer <token>. Responses are JSON. Rate limits apply per token.