Skip to main content
What you’ll accomplish: by the end of this page you’ll have initialized the client, run code in a sandbox, managed an agent instance, submitted an orchestration task, and executed a tool — the four operations you’ll use most. This quickstart covers the four things you will do most: run code in a sandbox, manage agent instances, submit an orchestration task, and execute a tool.

Initialize

Run code in a sandbox

Deploy an agent instance

Deploying is done via the REST API or the hexel CLI. The Python SDK manages instances after deployment.
Once deployed, manage instances with the SDK:

Submit an orchestration task

Execute a tool

Next steps

Resources

Every client and method.

Error Handling

Retries, timeouts, and errors.

Examples

End-to-end examples.

Authentication

Credentials and tokens.