Sucuri — sandboxed Python execution for AI agents

1 min read Original article ↗

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 2 billion instructions included. We do not ask for a credit card.

curl https://sucuri.abstra.io/api/executions \
  -H "Authorization: Bearer sk_live_…" \
  -d '{"code": "print(sum(range(1000)))"}'

 {
    "status":       "completed",
    "stdout":       "499500",
    "instructions": 41307
  }