Crusoe Cloud API

The Crusoe Cloud API is the primary control plane for provisioning and managing GPU compute, storage, networking, Kubernetes clusters, identity, and billing on Crusoe's vertically integrated AI cloud. It is delivered as a versioned REST API with API token authentication, supported by a first-party CLI, SDKs, and a Terraform provider.

Crusoe Cloud API is published by Crusoe on the APIs.io network.

Tagged areas include Cloud API, GPU Compute, Storage, Networking, and Kubernetes. The published artifact set on APIs.io includes API documentation, an API reference, and a support channel.

API entry from apis.yml

apis.yml Raw ↑
aid: crusoe-energy:cloud-api
name: Crusoe Cloud API
description: 'The Crusoe Cloud API is the primary control plane for provisioning and

  managing GPU compute, storage, networking, Kubernetes clusters, identity,

  and billing on Crusoe''s vertically integrated AI cloud. It is delivered

  as a versioned REST API with API token authentication, supported by a

  first-party CLI, SDKs, and a Terraform provider.

  '
humanURL: https://docs.crusoecloud.com/
baseURL: https://api.crusoecloud.com/v1alpha5
tags:
- Cloud API
- GPU Compute
- Storage
- Networking
- Kubernetes
- IAM
- Billing
properties:
- type: Documentation
  url: https://docs.crusoecloud.com/
- type: APIReference
  url: https://docs.crusoecloud.com/api/
- type: Console
  url: https://console.crusoecloud.com/
- type: Support
  url: https://support.crusoecloud.com/
- type: GitHubOrganization
  url: https://github.com/crusoecloud
- type: Cookbook
  url: https://cookbook.crusoe.ai/
- type: StatusOrAnnouncements
  url: https://crusoe.ai/blog
features:
- name: Virtual Machines
  description: Create, list, update, and delete GPU and CPU virtual machines with async operation tracking.
- name: Custom Images and Templates
  description: Manage images, custom images, and instance templates for reproducible deployments.
- name: Managed Kubernetes
  description: Provision Kubernetes clusters and node pools tuned for AI workloads.
- name: Disks and Snapshots
  description: Manage persistent disks, resize them, and create snapshots through the API.
- name: VPC Networking
  description: Configure VPC networks, subnets, firewall rules, Infiniband partitions, and load balancers.
- name: Identity and Access
  description: Manage users, SSH keys, API tokens, and role-based access control.
- name: Usage, Quotas, and Billing
  description: Pull daily spend, project- and resource-level usage, quotas, audit logs, and GPU reservations.
- name: Managed Inference
  description: Use Crusoe Intelligence Foundry to serve open-source and custom-tuned models with API keys.
useCases:
- name: AI Model Training
  description: Spin up GPU clusters for large-scale model training and fine-tuning.
- name: Production Inference
  description: Deploy managed inference endpoints for open-source and custom models.
- name: Container Orchestration
  description: Run AI workloads on managed Kubernetes with GPU scheduling.
- name: Infrastructure as Code
  description: Provision Crusoe resources from Terraform and CI pipelines.
- name: Cost and Usage Reporting
  description: Pull usage and spend data into internal FinOps dashboards.
integrations:
- name: Terraform
- name: Kubernetes
- name: NVIDIA GPUs
- name: AMD GPUs
- name: DeepSeek
- name: Llama
- name: Nemotron
- name: NVIDIA NIM
- name: Container Registry
- name: SSH
authentication:
- type: APIKey
  description: API tokens issued via /users/tokens and managed in the Crusoe Cloud console.