Resources
Downloads
Downloadable CorpAI resources for local evaluation, deployment, and enterprise rollout.
Docker ImagePreview installer
CorpAI Sandbox
A self-contained local version of CorpAI for evaluating MCP servers, connecting an LLM provider, and testing AI tool workflows on a client machine.
Runs locally
Installs via Docker
Includes MCP catalog
macOS / Linux
Bash installer for Docker Desktop, OrbStack, or a standard Docker socket.
Download installerWindows PowerShell
PowerShell installer for Docker Desktop on Windows with the Docker engine pipe mount.
Download installerDocker command for macOS / Linux
docker run --rm \
--name corpai-sandbox \
-p 3000:3000 \
-p 8000:8000 \
-e ANTHROPIC_API_KEY=your-key \
-v /var/run/docker.sock:/var/run/docker.sock \
public.ecr.aws/n8n3b8o3/corpai-sandbox:latestDocker command for Windows PowerShell
docker run --rm `
--name corpai-sandbox `
-p 3000:3000 `
-p 8000:8000 `
-e ANTHROPIC_API_KEY=your-key `
-v //./pipe/docker_engine:/var/run/docker.sock `
public.ecr.aws/n8n3b8o3/corpai-sandbox:latestWhat it installs
CorpAI Sandbox starts the web app, API server, PostgreSQL, and the local runtime needed to deploy MCP servers from a client Docker environment.
Image: public.ecr.aws/n8n3b8o3/corpai-sandbox:latest
Web UI: http://localhost:3000
API: http://localhost:8000