API Reference
The Fractal Cloud REST API enables you to automate, integrate, and extend the platform programmatically. Use these APIs to manage accounts with access control, define reusable blueprints that encode best practices, configure deployment environments with their specific settings, and provision live systems. All through standard HTTP requests.
This reference documents all available endpoints plus request/response formats, authentication methods, query parameters, and error codes. You'll find detailed information on how to authenticate your requests, structure your payloads, handle pagination, and interpret API responses. Whether you're building custom tooling, integrating Fractal Cloud into CI/CD pipelines, creating internal dashboards, or connecting with external systems like monitoring platforms, the API provides full control over Fractal Cloud resources.
The API follows REST principles and returns JSON responses. All endpoints require authentication via API tokens. Role-based access control ensures that users can only access resources they're authorized for. Use this reference to look up exact behavior, supported parameters, and response schemas when building integrations or troubleshooting API interactions.
Start exploring
Accounts
Authentication, authorization, and account management endpoints for user and team access control.
Blueprints
Define and manage reusable infrastructure templates that encode best practices and compliance policies.
All resources
- Accounts ‒ Authentication, authorization, and account management for controlling access to Fractal Cloud resources.
- Blueprints ‒ Define and manage reusable infrastructure templates with versioning and validation.
- Environments ‒ Configure deployment environments, their variables, policies, and cloud provider connections.
- Live Systems ‒ Provision, update, and operate live infrastructure deployments across clouds.