Hexel Studio is the infrastructure platform for AI agents. It provides compute, identity, and observability as managed services.Documentation Index
Fetch the complete documentation index at: https://hexelstudio.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Services
| Service | What it does |
|---|---|
| Compute | Deploy agents with permanent endpoints, allocate sandboxes for code execution |
| Registry | Store and manage agent images with capabilities and metadata |
| IAM | Organizations, workspaces, service users, API keys, and access control |
| STS | Token exchange for authentication across all services |
| Observability | Metrics, logs, traces, and audit events |
Resource Hierarchy
Resources are scoped to organizations, workspaces, and environments.
Agents, instances, sandboxes, and all other resources are scoped to an environment.
Authentication
All API requests require a Bearer token from STS. Two ways to obtain one:| Method | Use case | How |
|---|---|---|
| API Key | Development, scripts | POST /token with X-API-Key header |
| Client Credentials | Production services | POST /token with client_id and client_secret |
API Structure
Each service has its own API endpoint:| Service | Endpoint |
|---|---|
| Compute | compute.hexelstudio.com |
| Registry | compute.hexelstudio.com/registry/v1 |
| STS | sts.hexelstudio.com |
| IAM | api.hexelstudio.com/iam/v1 |
| Observability | api.hexelstudio.com/observability/v1 |

