vaaya / discover / run code

Run code for AI agents

Code sandboxes and GPU compute on demand, billed per second — run tests, evaluate snippets, train small things.

What it's for

Spin up an isolated code sandbox — CPU or GPU — on demand.
Run a test suite, evaluate a snippet, or train something small.
State persists across commands in the same session until closed.
Billed per second of uptime — only while the sandbox is open.

How to ask your agent

Connect Vaaya, then just say it in plain language. For example:

Spin up a sandbox and run this repo's tests on Node 22.

Open a GPU sandbox and run this training script.

What you get back

{
  "session_id": "e2b_7a31f0",
  "stdout": "PASS tests/sum.test.ts\n  ✓ adds numbers (2ms)\n\nTest Suites: 1 passed, 1 total",
  "stderr": "",
  "returncode": 0
}

Pricing

from ~1¢ for a single quick run; metered sandboxes ~5¢/vcpu-hour while open. Billed per call in cents, capped by your max, every call on the ledger. Failed calls are not billed.

Give your agents this.

Connect Vaaya once, then describe the outcome. It picks the right capability, runs it, and pays per call.

npx @vaaya/mcp install