Download

Get started with Clawapigate in under 2 minutes. Choose your platform and follow the instructions below.

Quick Install

Claude Code

Run the one-line install command to set up Clawapigate automatically. Replace YOUR_KEY with your API key.

Claude Code
bash
curl -fsSL https://clawapigate.com/install.sh?key=YOUR_KEY | bash

This 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:

json
{
  "apiBaseUrl": "https://clawapigate.com/v1",
  "apiKey": "YOUR_KEY"
}

Or set environment variables:

bash
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.

bash
curl -fsSL https://clawapigate.com/kit/install.sh?key=YOUR_KEY | bash

Learn more about the Kit in the Clawapigate Kit documentation

OpenClaw Install

OpenClaw

OpenClaw provides additional CLI tools and integrations for power users.

OpenClaw
bash
curl -fsSL https://clawapigate.com/openclaw/install.sh?key=YOUR_KEY | bash

See 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:

json
{
  "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.

bash
curl -fsSL https://clawapigate.com/statusline.sh?key=YOUR_KEY | bash

See the Statusline documentation for customization options.

Uninstall

To remove Clawapigate and restore your original Claude Code configuration:

bash
curl -fsSL https://clawapigate.com/uninstall.sh | sh

This will remove Clawapigate configuration and restore your previous settings. Your API key and usage history remain on the server.

Chat with us on Telegram