Download
Get started with Clawapigate in under 2 minutes. Choose your platform and follow the instructions below.
Quick Install
Claude CodeRun the one-line install command to set up Clawapigate automatically. Replace YOUR_KEY with your API key.
curl -fsSL https://clawapigate.com/install.sh?key=YOUR_KEY | bashThis will configure Claude Code to use Clawapigate as the API proxy, set your API key, and verify the connection.
Manual Configuration
If you prefer to configure Claude Code manually, update your settings.json:
{
"apiBaseUrl": "https://clawapigate.com/v1",
"apiKey": "YOUR_KEY"
}Or set environment variables:
export ANTHROPIC_BASE_URL="https://clawapigate.com/v1"
export ANTHROPIC_AUTH_TOKEN="YOUR_KEY"Clawapigate Kit Install
Install the Clawapigate Kit to get access to slash commands and AI agents that supercharge your Claude Code workflow.
curl -fsSL https://clawapigate.com/kit/install.sh?key=YOUR_KEY | bashLearn more about the Kit in the Clawapigate Kit documentation
OpenClaw Install
OpenClawOpenClaw provides additional CLI tools and integrations for power users.
curl -fsSL https://clawapigate.com/openclaw/install.sh?key=YOUR_KEY | bashSee the OpenClaw documentation for full details.
MCP Setup
Enable the built-in MCP Answer Engine and Context7 server to enhance Claude Code's capabilities.
Add the following to your Claude Code MCP configuration:
{
"mcpServers": {
"clawapigate": {
"command": "clawapigate-mcp",
"args": ["--key", "YOUR_KEY"],
"env": {
"CLAWAPIGATE_HOST": "https://clawapigate.com"
}
}
}
}See the MCP documentation for configuration options and available tools.
Statusline Install
Add a real-time status bar to your terminal showing balance, usage, and connection status.
curl -fsSL https://clawapigate.com/statusline.sh?key=YOUR_KEY | bashSee the Statusline documentation for customization options.
Uninstall
To remove Clawapigate and restore your original Claude Code configuration:
curl -fsSL https://clawapigate.com/uninstall.sh | shThis will remove Clawapigate configuration and restore your previous settings. Your API key and usage history remain on the server.
