{"uid":"cap_b5dE-MYkh6oITGL3IiXmv","slug":"sovereign-engine-cloudflare-code-execution-9321e0cf","name":"Sovereign Engine - Cloudflare Code Execution","description":"Sandboxed code execution (JavaScript) via an isolated Cloudflare Dynamic Worker.","url":"https://api.zuluworksai.com/cf/code","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"code":{"type":"string","description":"Source code to execute"},"language":{"type":"string","description":"Currently only javascript is supported"}}},"responseSchema":null,"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.001","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":"down","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.001/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_lb5kdi6p8GBqsSrjE6I1c","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.001","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Executes JavaScript or Python code in an isolated Cloudflare Dynamic Worker sandbox, with network access blocked, billed per-call via USDC on Base","exampleAgentPrompt":"Run this JavaScript snippet for me in a sandboxed environment and give me the output: 'function fib(n) { return n <= 1 ? n : fib(n-1)+fib(n-2); } console.log(fib(10));' — it just needs to compute a result with no network calls.","exampleUseCases":null,"resultDescription":"Returns a JSON object with a success boolean, a receipt_id UUID for the transaction, and a data object containing the execution output from the sandboxed code run.","failureModes":["Code attempts network access which is blocked in the sandbox — returns an error or empty network response","Malformed or unparseable code in prompt — may return a runtime error or empty data","Payment failure via x402/USDC — call rejected before execution","Execution timeout if code runs too long in the Cloudflare Worker","Unsupported language or runtime — only JavaScript and Python are supported"],"whenToPreferThis":"Choose this endpoint when you need to execute short, self-contained JavaScript or Python code snippets in a fully isolated sandbox with no network access, billed micro-per-call in USDC. Prefer this over general cloud functions when you want pay-as-you-go execution without provisioning infrastructure, and when network isolation is a requirement or a feature.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T17:28:45.661Z","isFirstParty":false}