Users
Create, list, and manage user accounts within your organization.
/v1/users
- Methods:
- GET, POST
- Auth:
- Bearer token required
Documentation
Minimal, reliable, and developer-first docs.
Overview
This platform provides production-grade APIs for provisioning, networking, storage, and observability. It is built for predictable behavior, clear contracts, and fast integration into existing systems.
Use the sidebar to navigate authentication details, endpoint reference, and common questions.
Authentication
Use API Key and Secret Key headers to securely authenticate every request to the platform.
Enable API access in the API Manager for your workspace.
Generate an API Key and Secret Key. Multiple keys can be created for different environments or services.
Send both values in every request using the required headers.
Required headers
X-API-Key: <your_api_key>
X-API-Secret: <your_secret_key>
Keep keys private and rotate them regularly.
Core API routes for common resources. All endpoints are prefixed with HTTPS and return JSON by default.
Create, list, and manage user accounts within your organization.
/v1/users
Provision and manage projects, environments, and resource metadata.
/v1/projects
Issue and rotate API access tokens for automation and CI/CD workflows.
/v1/tokens
Concise answers to common developer questions about the API platform.
Create an API key in the dashboard, then call the base URL with your key in the Authorization header as a Bearer token. Start with the Overview and Authentication sections to validate a simple request.
Generate a new key in the dashboard, deploy it to your services, then revoke the old key. Use overlapping validity during rollout to avoid downtime.
Download it from the Endpoints section or fetch it directly from the schema URL provided there. The schema is updated with every versioned release.
Yes. Use the sandbox base URL listed in the Overview section. Sandbox data is isolated and may be reset periodically.