Projects
/v1/projects
Create, list, and manage API projects. Supports pagination, filtering, and role-based visibility.
Section
The Cloud API Platform provides a unified interface for managing resources across projects and environments. It exposes predictable REST endpoints, returns consistent JSON payloads, and is designed for fast integration in CI/CD pipelines and internal tooling.
All requests must include an API key for server-to-server authentication. Keys are scoped to your workspace and grant access to the resources your account is authorized to use.
Send your API key in the Authorization header using the Bearer scheme.
Authorization: Bearer YOUR_API_KEY
Test and production environments use distinct API keys. Requests made with a test key never affect live data. Use the correct base URL and key for the environment you are targeting.
Test
Base URL: https://api.test.example.com
Production
Base URL: https://api.example.com
Reference
Core resources are grouped by function with predictable REST patterns and consistent response envelopes.
/v1/projects
Create, list, and manage API projects. Supports pagination, filtering, and role-based visibility.
/v1/keys
Issue, rotate, and revoke API keys with scoped permissions and environment restrictions.
/v1/usage
Monitor request volume, latency percentiles, and error rates for each workspace.
FAQ
Concise answers to common platform behaviors, limits, and troubleshooting patterns.
Requests are limited to 600 per minute per project. Burst traffic is smoothed over a rolling window, and limits are surfaced in response headers for easy monitoring.
Versions are specified in the base path (for example, /v1). We maintain backward compatibility within a major version and deprecate with 90‑day notice.
Yes. Use the sandbox workspace to test with non-production data. Credentials and endpoints mirror production for easy promotion.
Errors return a standard JSON envelope with code, message, and optional details. Use the HTTP status for quick routing and log the code for support.