Run code (paid, x402)
executePAID: run code in an isolated, network-less sandbox and get stdout, stderr and exit code back. Call it once without payment to receive the price as an x402 PaymentRequired (Base USDC, and Solana USDC where offered); call it again with a signed payment in _meta['x402/payment'] to run. The receipt comes back in _meta['x402/payment-response']. No account, no API key. Complaints, questions, quote requests, or a service you wish we had: POST /feedback on this host -- free, no account. Every report is read and analysed daily; there is no individual reply.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | No | Optional extra files, as POST /execute takes them. | |
| stdin | No | Optional standard input. | |
| limits | No | Optional limits (timeoutMs, memoryMb, ...); they set the price. | |
| source | Yes | The program to run. | |
| runtime | Yes | Runtime name, e.g. python3 or node -- see GET /quote or the service_card tool for the list. |