reef

Isolated computers for your org's agents.

curl -fsSL https://reef.clawbits.ai/install | sh

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 -a

Or tell your agent

Install reef and create my first agent.
Start with https://reef.clawbits.ai/llms.txt