Build the next generation of AI agents and autonomous systems

The AVM Sandbox Platform API gives you programmatic control over isolated execution environments and persistent storage volumes. Spin up sandboxes in seconds, execute code at scale, and manage stateful workloads—all through a clean, RESTful interface designed for developers who ship fast.

You can use this API directly via REST, or use our official TypeScript SDK for a more convenient developer experience:

import SandboxSDK from '@avmcodes/sandbox-sdk';

const client = new SandboxSDK({
  apiKey: process.env['SANDBOX_SDK_API_KEY'], // This is the default and can be omitted
});

const sandboxes: SandboxSDK.SandboxListResponse = await client.sandboxes.list();

Currently in closed beta. We’re iterating rapidly based on feedback from early builders.

Ready to build? Join the beta program by reaching out to [email protected] and let’s see what you create.