Hexel Studio provides the infrastructure to deploy and run AI agents in production. Register a Docker image, deploy it, and get a permanent endpoint.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.
Quickstart
Deploy your first agent in 5 minutes.
Compute Overview
Learn about sandboxes, agents, and instances.
SDKs and CLI
Python, TypeScript, and command-line tools.
API Reference
REST API documentation.
How it works
Hexel Compute has two modes: Agent Hosting. Deploy a Docker image and get a permanent URL. Your agent stays in memory with millisecond wake times. Authentication is handled by the platform. Sandboxes. Allocate an isolated execution environment instantly. Run Python code, shell commands, and file operations. Release when done.Example
Getting started
Create an account
Sign up at console.hexelstudio.com.
Install
Choose your tool:
pip install hexel, npm install hexel-sdk, or curl -fsSL https://hexelstudio.com/install.sh | bash.Follow the quickstart
See the quickstart guide for a complete walkthrough.

