A low-latency sandbox for untrusted Python execution Abstra launched a low-latency sandbox for untrusted Python execution, priced at $5 per billion instructions executed, with 2 billion instructions included free and no credit card required. The service supports bring-your-own-filesystem via AWS S3, Azure Blob, or Google Storage, and allows users to restrict network access, folders, and run costs in a single API request. Python for agents, safe and with no cold start. Run arbitrary Python your users' AI wrote. The environment is completely isolated, and you bring your own filesystem: AWS S3, Azure Blob or Google Storage. Restrict the network, the folders, the cost of a run and more, in one request. $5 per billion instructions executed Start for free /app 2 billion instructions included. We do not ask for a credit card. POST /api/executions curl https://sucuri.abstra.io/api/executions \ -H "Authorization: Bearer sk live …" \ -d '{"code": "print sum range 1000 "}' → { "status": "completed", "stdout": "499500", "instructions": 41307 }