How It Works
What happens when your agent runs code.
1
You send a message
"Analyze the sales data in our vault and create a summary report."
2
The agent plans
It decides to read a CSV from the vault, run a Python analysis, and write results back.
3
A sandbox spins up
An isolated environment is provisioned with your vault mounted as a file system. Takes 1-3 seconds.
4
The agent executes
It runs shell commands, installs packages, chains scripts. The sandbox persists across messages so the agent builds up state over the conversation.
5
Results land in your vault
The agent writes the report back. It is version-tracked, searchable, and available to every future conversation.
Under the hood
Built for security teams.
Click to expand each section.
Explore more
