PayWeave Sandbox – Pay-per-call Code Execution is a paid API for AI agents from sandbox.payweave.services, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14, last successful call 2026-08-05).
Executes an arbitrary shell command in an isolated sandbox environment, charging $0.01 USDC per execution via x402 micropayment.
Run untrusted code in isolated sandboxes, one payment per execution.
Returns a JSON object with a boolean `success` field (true if exit code is 0), an integer `exitCode`, a `stdout` string containing standard output, and a `stderr` string containing error output. Additional fields may be present.
POSThttps://sandbox.payweave.services/execChoose this endpoint when you need to execute arbitrary shell commands or untrusted code in a pay-as-you-go isolated environment without provisioning persistent infrastructure. Ideal for one-off computations, dependency checks, script testing, or ephemeral code runs billed at $0.01 USDC per call via x402.
| Field | Type | Description |
|---|---|---|
| cwd | string | Working directory. Defaults to /workspace. |
| env | object | Environment variables visible to this execution only |
| commandrequired | string | Shell command to execute, e.g. "python3 --version" or "pip install requests" |
| timeout_ms | integer | Execution wall-clock limit in milliseconds (1000 to 60000, default 30000). Executions that exceed it are killed. |
| Field | Type | Description |
|---|---|---|
| stderrrequired | string | |
| stdoutrequired | string | |
| successrequired | boolean | True when the command exited 0 |
| exitCoderequired | integer |
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"