vaaya / recipes / Standalone compute

Standalone compute

Give your agents compute that scales past your laptop: fast sandboxes, isolated code execution, and GPUs from T4 to H100, spun up on demand, metered by the second.

Services this recipe uses

Every call runs through Vaaya. No per-vendor signup, API keys, or billing.

Modal mpp

CPU and GPU sandboxes (T4, L4, A10G, A100, H100) with per-second billing.

sandbox-createsandbox-execsandbox-statussandbox-terminate
E2B rest

Metered code sandbox with second-based billing.

create_session
Daytona rest

Fast cold-start code sandbox, billed by the second.

create_session
Vercel rest

Active-CPU sandboxes (up to 5h); model and network waits are free.

create_session

How your agent runs it

The exact play your agent executes unattended once Vaaya is installed.

Run a GPU job

  1. 1an agent calls modal.sandbox-create with gpu: "A100"
  2. 2then modal.sandbox-exec to run the workload
  3. 3then polls modal.sandbox-status, then modal.sandbox-terminate to stop billing

Execute untrusted code safely

  1. 1an agent calls e2b.create_session (or daytona.create_session) for a fresh sandbox
  2. 2then runs the generated code inside it and reads back the result

Part of a bigger ecosystem

These and hundreds more services are reachable through Vaaya.

Run this recipe from your agent.

Install Vaaya and your agent reaches every service above, and hundreds more. $100 free credit to start.

npx @vaaya/mcp install

Related recipes