Prerequisites

Before you begin, make sure you have:

  • Docker - Docker installed
  • Network - Ability to connect to Anthropic API
  • Claude API Key - A valid Anthropic API key

Quick Start (5 minutes)

1

Clone Repository

git clone https://github.com/motiful/cc-gateway.git
cd cc-gateway
2

Configure API Key

Configure your API key in config.yaml

3

Start Gateway

docker-compose up -d
4

Configure Client

export ANTHROPIC_API_BASE=http://localhost:8080

Next Steps