What’s pre-installed
The casedev CLI
The CLI is pre-authenticated with a scoped API key — no login required. The agent can call any Case.dev service:Vault operations
Vault operations
Legal research
Legal research
Web search
Web search
Other services
Other services
Run
casedev --help inside the sandbox to see all available commands, and casedev <resource> --help for per-resource flags. Command names are colon-separated (vault:objects, llm:v1:chat), not space-separated.Agent tools
The AI agent has access to these tools for working within the sandbox:
The agent uses these tools autonomously to complete your prompt. For example, when asked to “search a vault and compile a report,” it will:
- Run
casedev vault listviabashto find vaults - Run
casedev vault search --id <vault_id> --query ...to find relevant content - Use
writeto create a markdown report - Run the
casedev vault upload→ S3PUT→casedev vault confirm-uploadflow to store the report - Run
casedev vault:objects create-presigned-urlto obtain a download URL
Sandbox resources
Configure resources when creating the agent:
Filesystem
The sandbox starts in/workspace with a clean filesystem. The agent can create, read, and modify files freely. Key paths:
Security model
Each sandbox is fully isolated:- Dedicated container — no shared state between runs
- Scoped API key — the agent’s key only has access to authorized vaults and services
- Network isolation — outbound access only, no inbound connections
- Auto-cleanup — sandbox is destroyed after run completes or times out

