{"uid":"cap_waeKYnEg5V7wXwUoVPk4H","slug":"agent-exec-pay-per-use-code-execution-large-plan-6d5db38c","name":"agent-exec Pay-Per-Use Code Execution (Large Plan)","description":"Accountless, pay-per-use code execution for software agents: submit source code, get stdout, stderr and exit code back from an isolated, network-less sandbox. No account, no API key -- possession of valid payment is sufficient.\n\nThis capability is scoped to plan=large.","url":"https://agent-exec.45.67.221.128.sslip.io/storage?plan=large","method":"POST","headers":{},"bodySchema":null,"responseSchema":{"type":"object","required":["id","expiresAt","plan"],"properties":{"id":{"type":"string","description":"Pass as GET /storage/{id} to read this object back. A UUID for a paid POST /storage; `free:<your wallet address>` for the one object POST /storage/free maintains -- stable across every free renewal for that wallet."},"plan":{"enum":["small","medium","large","free"],"type":"string","description":"One of the paid plans (small/medium/large) from POST /storage, or \"free\" from POST /storage/free."},"label":{"type":["string","null"],"description":"The label you passed as ?label=, stored verbatim, or null if you passed none. Echoed back so you can confirm what was stored rather than assuming it."},"payment":{"type":"object","properties":{"asset":{"type":"string"},"payer":{"type":"string","description":"The paying wallet's address."},"amount":{"type":"string","description":"Atomic units of the settlement asset that were charged."},"network":{"type":"string"},"transaction":{"type":"string","description":"On-chain settlement transaction hash."}},"description":"Only present for a paid POST /storage write. Absent for POST /storage/free -- nothing was charged."},"expiresAt":{"type":"integer","description":"Unix ms this object stops being retained."}}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.0125","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.0125/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.0125","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.0125","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_8qfzG8ZcOY27q7WXldpGu","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.0125","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Executes submitted source code in an isolated, network-less sandbox on the large plan tier via HTTP 402 micropayment, returning stdout, stderr, and exit code","exampleAgentPrompt":"Run this Python script in a sandboxed environment using the large plan — it needs more compute headroom — and give me back whatever it prints to stdout and any errors: `import math; print(math.factorial(100))`","exampleUseCases":[{"title":"Heavy computation for an AI pipeline","prompt":"I need to run a numerically intensive Python script that factors a large semiprime number — it needs more memory and CPU than a small sandbox. Execute it on the large plan and give me the result printed to stdout."},{"title":"On-the-fly data transformation without infra","prompt":"Can you execute this data-cleaning script for me? It reformats a JSON blob into a normalized CSV. Use the large plan so it has enough headroom, and send me back whatever gets printed plus any errors."},{"title":"Agent self-testing generated code","prompt":"I just generated some code to solve a dynamic programming problem — run it on the large sandbox so I can see if it produces the right answer and whether it errors out, without me having to set up any environment."}],"resultDescription":"Returns a JSON object containing a UUID storage ID (retrievable via GET /storage/{id}), the plan used ('large'), an expiry timestamp in Unix milliseconds, and a payment receipt object with the payer wallet address, amount charged in atomic USDC units, settlement network, and on-chain transaction hash.","failureModes":["Insufficient payment or invalid x402 payment header returns 402 Payment Required","Code that exceeds the large plan's resource limits may be killed, returning a non-zero exit code or timeout error","Network access from within the sandbox is blocked; code requiring internet will fail","Expired or already-used payment tokens will be rejected","Malformed source code causes non-zero exit code in stderr output","Storage object may expire before retrieval if not fetched before expiresAt timestamp"],"whenToPreferThis":"Choose the large plan over small or medium when the code being executed is computationally intensive, memory-hungry, or expected to run for longer durations. Prefer this endpoint over traditional cloud execution environments when no account or API key is available and you want to pay only for what you use via a USDC micropayment. Ideal for AI agents that need ephemeral, one-off code execution without provisioning infrastructure.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T00:32:24.570Z","isFirstParty":false}