Prerequisites
- A Hexel Studio account. Sign up at console.hexelstudio.com.
- An API key. In the Console, go to IAM → Service Users → Create API Key.
- For agent deployment: a Docker image that implements the agent contract.
1. Install a client
- Python
- TypeScript
- CLI
2. Authenticate
Hexel exchanges your API key for a short-lived token automatically. You only provide the key.- Python
- TypeScript
- CLI
3. Run code in a sandbox
A sandbox is an isolated environment you allocate on demand to run code or shell commands. Each sandbox is single-use with a default TTL of 3600 seconds (1 hour).- Python
- TypeScript
- CLI
4. Deploy an agent
Register a Docker image, then deploy it to receive a permanent endpoint.1
Register the agent
- Python
- CLI
2
Deploy an instance
- CLI
- curl
5. Call your agent
Your agent serves streaming and blocking endpoints at its permanent URL:Next steps
First Deployment
A complete walkthrough of deploying and operating an agent.
Authentication
API keys, OAuth clients, and token handling.
Core Concepts
Understand agents, fleets, tasks, and tools.
Orchestration
Submit multi-step tasks to agent fleets.

