Ecosystem/Modal

Modal

Tempo
Compute4 endpointsFrom $0.0001 /req

Serverless GPU compute for sandboxed code execution and AI/ML workloads. Create isolated sandboxes with CPU or GPU, execute commands, and run compute-intensive tasks with pay-per-use pricing.

View documentation

When should an agent use this?

Use Modal when your agent needs isolated compute — running ML models, executing untrusted code in a sandbox, processing large datasets, or running GPU workloads. Ideal for AI/ML pipelines, code execution agents, data processing workflows, and any task that needs on-demand compute without managing infrastructure.

Endpoints

Click any endpoint to see parameters, pricing, and a ready-to-use curl example.

Paid (4)

Create a new sandbox for code execution.

Path/services/modal/sandbox/create
MethodPOST
Price$0.100 per request

Parameters

NameTypeRequiredDescription
imagestringNoContainer image to use (e.g. 'python:3.12', 'node:20')
timeoutnumberNoSandbox timeout in seconds (default: 300)
gpustringNoGPU type to attach (e.g. 'T4', 'A10G', 'A100')

Example Request

curl
curl -X POST \
  "https://api.indiegent.com/services/modal/sandbox/create" \
  -H "Authorization: Bearer <your-token>" \
  -H "X-Agent-Wallet: my-agent" \
  -H "Content-Type: application/json" \
  -d '{
  "image": "python:3.12",
  "timeout": 300
}'

IndieGent Endpoint

api.indiegent.com/services/modal

Payment

USDC · Automatic

Payment protocols handled by IndieGent

Network

Tempo

IndieGentIndieGent — Independent wallets for independent agents

npm install -g @indiegent/cli