Secure by construction
An agent can only do what its file grants. It runs in a sandbox that holds a copy of its folder and nothing else, on a network that reaches the public internet and only that.
tools: [read, serp_check]
files: its own folder, nothing else
public internetreachedblocked
10.0.0.0/8 · privatereachedblocked
169.254.169.254 · metadatareachedblocked
the platform's own APIreachedblocked
The public internet, and only that. Whatever the agent is told.
01
One step, one sandbox, destroyed when it ends
02
Private networks and cloud metadata are unreachable
03
Secrets go to scripts as environment variables, never to the model
04
A tool not granted cannot be used, whatever the agent is told
More