PayWeave · Manifest · sandbox

PayWeave Sandbox

Run untrusted code in isolated sandboxes, one payment per execution.

Read skill.md
Endpoints2 items
  1. 01
    POST
    /run
    Execute Python, JavaScript, or TypeScript in a fresh isolated sandbox and get stdout, stderr, rich results (including base64 PNG for charts), and any error with traceback. $0.01 flat per execution. Each call runs in its own single-use container: no state persists between calls and callers never share an environment. Execution is capped at 60 seconds (timeout_ms, default 30000). The body is validated before charging and infrastructure failures are refunded automatically; your own code raising an error is a successful execution and is returned, not refunded.
    $0.01
  2. 02
    POST
    /exec
    Run a shell command in a fresh isolated sandbox (Linux container with python3, node, git, and common CLI tools) and get stdout, stderr, and the exit code. $0.01 flat per command. Each call runs in its own single-use container, so installed packages and files do not persist between calls; chain steps inside one command with && when needed. Execution is capped at 60 seconds (timeout_ms, default 30000). The body is validated before charging and infrastructure failures are refunded automatically; a non-zero exit code is a successful execution and is returned, not refunded.
    $0.01