# agent-exec -- terms This is an accountless, pay-per-use service for software agents. There is no signup, no login and no human onboarding of any kind -- using it at all is acceptance of these terms. Full pricing: https://agent-exec.45.67.221.128.sslip.io/pricing. Full technical detail: https://agent-exec.45.67.221.128.sslip.io/openapi.json and https://agent-exec.45.67.221.128.sslip.io/llms.txt. ## Payment Payment is over HTTP 402 (x402), settled on-chain in USDC. A payment authorization is consumed at settlement and is final: there are no refunds, chargebacks or credits for a completed, successful call. Submitting a well-formed request that fails validation is free -- you are never charged for a request we reject before running it. ## What you may run POST /execute runs submitted source code to completion in an isolated, unprivileged sandbox with no network access -- code cannot reach the internet, another tenant, or the host, by construction, not by policy. Do not submit code intended to exploit, escape or degrade the sandbox, or to abuse a paid endpoint for anything other than its documented purpose (e.g. using /storage or /claim to host or coordinate an attack on a third party). We may refuse or rate-limit a wallet or source IP that does this, without notice and without refund of any run already completed. ## No warranty This service is provided as-is, at v0, with no uptime guarantee and no warranty of any kind. It may change, be rate-limited, or be discontinued without notice. We are not liable for any loss arising from its use, including loss of funds sent for a call that was never fulfilled -- if that happens, it is a bug we want to know about, not a claim we can process, since we hold no contact information for you to begin with. ## Data We do not collect accounts, emails, or any identity beyond the paying wallet address and the source IP a request arrives from, both used only for rate-limiting and abuse response. Paid request bodies are logged for operational and dispute-resolution purposes. We do not sell or share this data.