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

Free Claude API Key — Get Started in 2 Minutes

Get a free Claude API key with no credit card, no waitlist, and no regional restrictions. Access Opus 4.6, Sonnet 4.6, and Haiku 4.5 instantly.

How to Get a Free Claude API Key

ClaudeStore offers a Starter pack API key that gives you immediate access to all Claude models (Opus 4.6, Sonnet 4.6, Haiku 4.5). No credit card required, no waitlist, no geographic restrictions. Sign up, copy your API key, and start making requests within 2 minutes.

The Starter pack includes real API credits. Use them with any tool: Claude Code, Cursor, VS Code, Python, or direct HTTP requests.

Step-by-Step: Get Your Free Key

  1. Visit ClaudeStore — Go to claudestore.store/plans.
  2. Choose Starter pack — Click "Start Starter pack". No payment information needed.
  3. Copy your API key — Your key is generated instantly. It starts with sk-.
  4. Use it anywhere — Set the base URL to https://api2.claudestore.store and paste your key.
Test your free key immediatelybash
curl https://api2.claudestore.store/v1/messages \
  -H "x-api-key: YOUR_FREE_KEY" \
  -H "anthropic-version: 2023-06-01" \
  -H "content-type: application/json" \
  -d '{
    "model": "claude-sonnet-4.6",
    "max_tokens": 256,
    "messages": [{"role": "user", "content": "Hello, Claude!"}]
  }'

Where to Use Your Free Claude API Key

Tool / IDESetup
Claude Code CLIexport ANTHROPIC_API_KEY=key ANTHROPIC_BASE_URL=https://api2.claudestore.store
Cursor IDESettings → Models → Add OpenAI-compatible endpoint
VS Code (Continue/Cline)Extension settings → API key + base URL
Python SDKanthropic.Anthropic(api_key=key, base_url='https://api2.claudestore.store')
TypeScript SDKnew Anthropic({ apiKey: key, baseURL: 'https://api2.claudestore.store' })
OpenAI SDKbaseURL: 'https://api2.claudestore.store/v1' (compatible mode)

Free Claude API Key: Comparison

ProviderFree TierModelsRestrictions
ClaudeStore✅ Starter pack creditsOpus 4.6, Sonnet 4.6, Haiku 4.5None
Anthropic Direct❌ $5 minimum depositSame modelsUS/EU/UK, credit card
AWS Bedrock❌ AWS billing requiredSubset of modelsAWS account required
Google Vertex❌ GCP billing requiredSubset of modelsGCP account required

Frequently Asked Questions

Is the free Claude API key permanent?

The Starter pack provides a set amount of credits. Once used, you can add more credits at pay-per-use rates. There's no expiration date on the trial key itself.

What models can I access for free?

All models: Claude Opus 4.6, Claude Sonnet 4.6, and Claude Haiku 4.5. No model restrictions on the Starter pack.

Do I need a VPN or special setup?

No. ClaudeStore works from any country without VPN. The API gateway handles routing automatically.

Can I use it commercially?

Yes. There are no usage restrictions. Use it for personal projects, commercial apps, or enterprise development.

Ready to start?

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

View Plans