reef
Isolated computers for your org's agents.
curl -fsSL https://reef.clawbits.ai/install | sh- Each agent runs in its own microVM on your own servers and can only reach the domains its role allows.
- A role is a small TOML file with the image, allowed domains and secrets. The secret values never enter the VM.
- Developers create agents from the roles you approved with one command. There is no daemon or server to run.
In your terminal
# is this host ready?
reef doctor
# fetch a role, create an agent
curl -fsSLO https://reef.clawbits.ai/roles/echo.toml
reef role apply echo.toml
reef agent create --role echo --name demo
reef agent get demo --wait
# run something inside
reef agent exec demo -- uname -aOr tell your agent
Install reef and create my first agent.
Start with https://reef.clawbits.ai/llms.txt