Quickstart
Last updated: March 21, 2026
Quickstart
Get up and running with Clawapigate in under 2 minutes.
Prerequisites
- A Clawapigate API key
- Claude Code installed
Step 1: Install Clawapigate
macOS / Linux
bashcurl -fsSL https://clawapigate.com/install.sh?key=YOUR_KEY | bash
Windows (PowerShell)
powershellirm https://clawapigate.com/install.ps1?key=YOUR_KEY | iex
Step 2: Restart Terminal
Close and reopen your terminal to load the new environment variables.
Step 3: Verify
bashecho $ANTHROPIC_BASE_URL # Should show your Clawapigate endpoint
Step 4: Start Coding
bashclaude
That's it! Claude Code will now route through Clawapigate.
Next Steps
- Install Clawapigate Kit for slash commands and agents
- Set up MCP servers for enhanced context
- Check your dashboard to monitor usage
