Install
- Shell script (Recommended)
- Manual download
- Go install
/usr/local/bin.Authentication
Sign up at console.declaw.ai, copy your API key from the dashboard, and run:~/.declaw/config.json. You can also pass it directly:
Configuration
The CLI resolves credentials in this order (highest priority first):
The config file location can be overridden with the
DECLAW_CONFIG_DIR
environment variable.
Config file format
api_key is required. domain and api_url are optional —
api_url sets a full base URL (useful for on-prem deployments) instead
of deriving it from domain.
Global flags
These flags are available on every command:Commands
Each command group has its own reference page:Next steps
- Sandbox commands — the core
declaw sandboxworkflow - MCP Sandboxing — sandbox any MCP server with
declaw mcp - Quickstart — five-minute tutorial using the SDKs
- Installation — install the Python, TypeScript, or Go SDK