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. This quickstart covers running code in a sandbox, managing agent instances, submitting an orchestration task, and executing a tool.

Initialize

Run code in a sandbox

Deploy an agent instance

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

Submit an orchestration task

Execute a tool

In the TypeScript SDK, tools are accessed via client.orchestrator.tools:

Next steps

Resources

Every client and method.

Error Handling

Retries, timeouts, and errors.

Examples

End-to-end examples.

Authentication

Credentials and tokens.