/v1/projects
Projects
Create, list, update, and archive the workspaces that scope your resources.
Developer documentation · v2
Understand the platform, get through the authentication flow, and learn the endpoint structure quickly — without digging.
01 / docs
The platform exposes cloud API capabilities through a clear, developer-focused integration model: authenticate once, call predictable resources, and handle responses the same way everywhere.
02 / Access
Every request to the API requires authenticated access. Requests carry an API key as a bearer token; unauthenticated or invalid requests return 401 Unauthorized.
Create an API key in the console under Settings → API keys.
Keep the key in an environment variable or secrets manager, never in source code.
Include the header Authorization: Bearer <API_KEY>.
Call GET /v1/auth/verify and confirm a 200 status before going further.
03 — Reference
The API is organized into predictable resource groups. Every group follows the same URL pattern, HTTP verbs, and response shape, so once you learn one, you know them all.
/v1/projects
Create, list, update, and archive the workspaces that scope your resources.
/v1/deployments
Trigger releases, inspect status, and roll back running services.
/v1/storage
Upload, retrieve, and manage objects and buckets with access controls.
/v1/events
Subscribe to activity streams and receive signed webhook deliveries.
04 / faq
Quick answers to the questions teams ask most while integrating.
Authorization header. Keys are scoped per project; rotate them from the dashboard at any time./v1). Breaking changes ship only in new major versions, announced at least 6 months ahead.code and message. Retry 429 and 5xx responses with exponential backoff.