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.

