Overview
Programmatic access to the Bluebricks control plane.
Only users with appropriate permissions can create API tokens. See Authentication for details on managing API tokens.
Base URL
All API requests should be made to:
https://api.bluebricks.co/api/v1Common Use Cases
The Bluebricks API enables you to:
Manage collections and their properties
Deploy and manage blueprints across collections
Retrieve environment status and logs
Configure cloud account connections
Automate infrastructure provisioning workflows
Getting Started
To use the Bluebricks API:
Authenticate - Create a long-lived API token or use CLI-generated tokens
Explore endpoints - Browse the API Reference for detailed specifications
Test requests - Use the interactive API documentation to test endpoints
Authentication Options
Long-lived API Tokens (Recommended for automation) Create persistent tokens for automated workflows. See Authentication for details.
JWT Tokens (For personal authentication) Use your JWT token obtained from the CLI or UI for testing. See Authentication for details on extracting JWT tokens.
Quick Example
List all collections in your organization:
Next Steps
Authentication - Learn how to create and manage API tokens
API Reference - Explore all available endpoints
Webhooks - Set up event-driven integrations
Last updated
Was this helpful?

