Skip to main content
Coding agent sandbox platform providing isolated runtime environments and deployment APIs for AI agents. Best for workflows that need secure code execution environments — running agent-generated code, testing in isolated containers, and deploying agent outputs. Unlike general hosting (Vercel), RunTM specializes in ephemeral sandboxed environments designed for AI agent workloads. 6 endpoints available through Lava’s AI Gateway. See the RunTM API docs for full documentation.
This provider requires your own credentials — connect your API key or OAuth account before use.

Endpoints

Create a deployment

POST https://app.runtm.com/api/v0/deployments — Free / request

List deployments

GET https://app.runtm.com/api/v0/deployments — Free / request

Search deployments

GET https://app.runtm.com/api/v0/deployments/search — Free / request

Get deployment by ID

GET https://app.runtm.com/api/v0/deployments/dep_123 — Free / request

Delete deployment by ID

DELETE https://app.runtm.com/api/v0/deployments/dep_123 — Free / request

Get current user info

GET https://app.runtm.com/api/v1/me — Free / request

Next Steps

All Providers

Browse all supported AI providers

Forward Proxy

Learn how to construct proxy URLs and authenticate requests