ClaudeStore/Docs
⚠ These docs are a work in progress. Some content may be inaccurate or temporarily AI-generated.

Claude API Gateway — Unified Access to All Claude Models

ClaudeStore API gateway provides unified access to all Claude models via Anthropic-compatible and OpenAI-compatible endpoints. One API key, multiple formats.

TL;DR

ClaudeStore acts as an API gateway for Claude models — providing both Anthropic-native and OpenAI-compatible endpoints through a single API key. No waitlist, instant access, same models and pricing.

What Is a Claude API Gateway?

A Claude API gateway is a proxy service that routes your requests to Anthropic's Claude models while adding convenience features: dual-format endpoints (Anthropic + OpenAI), instant signup, credit-based billing, and crypto payments.

Instead of managing separate API keys for different tools, you get one key that works everywhere — Cursor, VS Code, Claude Code, Python SDK, OpenAI SDK, and plain HTTP.

Two Endpoints, One Key

EndpointBase URLFormatBest For
Anthropic Messageshttps://api2.claudestore.store/v1/messagesAnthropic SDKPython/TS Anthropic SDK, Claude Code
OpenAI Compatiblehttps://api2.claudestore.store/v1OpenAI SDKCursor, VS Code, any OpenAI-compatible tool

Quick Examples

Anthropic Format

Anthropic-compatible requestbash
curl https://api2.claudestore.store/v1/messages \
  -H "x-api-key: YOUR_API_KEY" \
  -H "content-type: application/json" \
  -H "anthropic-version: 2023-06-01" \
  -d '{
    "model": "claude-sonnet-4.6",
    "max_tokens": 256,
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

OpenAI Format

OpenAI-compatible requestbash
curl https://api2.claudestore.store/v1/chat/completions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "claude-sonnet-4.6",
    "max_tokens": 256,
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Why Use a Gateway?

  • No waitlist or approval — sign up and get your API key in minutes
  • OpenAI-compatible — use Claude in any tool that supports OpenAI format
  • Credit-based billing — no monthly subscription, pay only for what you use
  • Crypto paymentspay with Bitcoin, ETH, USDT — no credit card needed
  • Global accessavailable worldwide, no regional restrictions
  • Same models — Claude Opus 4.6, Sonnet 4.6, Haiku 4.5 at identical per-token rates

Gateway vs Direct Anthropic API

FeatureClaudeStore GatewayAnthropic Direct
SignupInstant, no waitlistMay require approval
OpenAI-compatible endpoint✅ Yes❌ No
Credit card requiredNo (crypto accepted)Yes
Per-token pricingSame ratesSame rates
IDE supportCursor, VS Code, Claude CodeCursor, VS Code, Claude Code
Regional availabilityWorldwideLimited regions
Billing modelCredits (pay as you go)Monthly billing

Supported Tools & Integrations

Ready to start?

Get API access to all Claude models in under 2 minutes.

View Plans