Skip to main content
Sandbox infrastructure for AI agents providing isolated virtual environments with snapshot and restore capabilities. Best for agent workflows needing persistent, stateful execution environments that can be paused and resumed. Unlike RunTM (deployment-focused), Indexable specializes in VM-level sandboxing with snapshot capabilities for long-running agent tasks. 1 example endpoint available through Lava’s AI Gateway. See the Indexable API docs for full documentation.
This provider requires your own credentials — connect your API key or OAuth account before use.
This is a catch-all provider — any valid URL under https://api.ix.dev is supported. Sandbox infrastructure API. Construct URL as https://api.ix.dev/{path}. The endpoints below are curated examples.

Endpoints

Create a sandbox environment

POST https://api.ix.dev/v1/sandboxes — Free / request
const data = await lava.gateway('https://api.ix.dev/v1/sandboxes', { body: {"action":"create_sandbox"} });

Next Steps

All Providers

Browse all supported AI providers

Forward Proxy

Learn how to construct proxy URLs and authenticate requests