Skip to main content
The Hexel Studio API provides programmatic access to all platform capabilities.

Base URL

https://compute.hexelstudio.com

Authentication

All requests require a Bearer token obtained from STS.
TOKEN=$(curl -s -X POST https://sts.hexelstudio.com/token \
  -H "X-API-Key: your_api_key" | jq -r .access_token)

curl https://compute.hexelstudio.com/compute/v1/deployments \
  -H "Authorization: Bearer $TOKEN"
Tokens expire after 15 minutes. The SDKs handle token refresh automatically.

Endpoints

Browse the API reference in the sidebar. Each endpoint has an interactive playground where you can send requests directly.
GroupDescription
SandboxesAllocate, execute, release isolated environments
AgentsRegister and manage agent images
InstancesDeploy agents with permanent endpoints