Claude API Starter pack — Start Coding in 2 Minutes
Get a Claude API Starter pack with instant access to all models. No credit card, no waitlist. Works with Claude Code, Cursor, VS Code, and any SDK.
Claude API Starter pack: What You Get
ClaudeStore's Starter pack gives you instant access to the full Claude API — including Opus 4.6, Sonnet 4.6, and Haiku 4.5. No credit card required. No waitlist. No country restrictions. You get real API credits to test with any tool: Claude Code, Cursor IDE, VS Code extensions, Python, TypeScript, or cURL.
Starter pack Details
| Feature | ClaudeStore Starter pack | Anthropic Console |
|---|---|---|
| Signup time | < 2 minutes | 5–10 minutes + verification |
| Credit card required | ❌ No | ✅ Yes ($5 minimum) |
| Waitlist | None | Sometimes |
| Available countries | All countries | US, EU, UK, select regions |
| Models included | All (Opus, Sonnet, Haiku) | All |
| API compatibility | Anthropic + OpenAI format | Anthropic only |
| Starting price | $5 / 1,000 credits | $5 minimum top-up |
How to Start Your Starter pack
- Go to ClaudeStore — Visit claudestore.store/plans.
- Click "Start Starter pack" — No registration form. Instant key generation.
- Copy your API key — Use it immediately with any compatible tool.
- Start building — Your $5 in credits are loaded automatically.
import anthropic
client = anthropic.Anthropic(
api_key="YOUR_API_KEY",
base_url="https://api2.claudestore.store"
)
# Quick test — should respond instantly
msg = client.messages.create(
model="claude-haiku-4.5",
max_tokens=50,
messages=[{"role": "user", "content": "Say 'API key works!' in one sentence."}]
)
print(msg.content[0].text)
# → "API key works!"What Happens After the Starter pack?
- No automatic charges — your key simply stops working when credits run out.
- Add credits anytime — top up with credit card or crypto (BTC, ETH, USDT).
- Pay per use — no monthly subscription. Pay only for tokens consumed.
- Keep the same key — no need to regenerate or reconfigure anything.
Use Your API Key Everywhere
export ANTHROPIC_API_KEY="YOUR_API_KEY"
export ANTHROPIC_BASE_URL="https://api2.claudestore.store"
claude# Settings → Models → OpenAI Compatible
# Base URL: https://api2.claudestore.store/v1
# API Key: YOUR_API_KEY
# Model: claude-sonnet-4.6FAQ
How long does the Starter pack last?
The Starter pack is credit-based, not time-based. Use your credits at your own pace — there's no expiration date.
Can I use the Starter pack for Claude Code?
Yes. Claude Code, Cursor, VS Code, any SDK — all work with the same Starter pack API key.
Is there a rate limit on the Starter pack?
Starter pack uses 60 RPM. Upgrade to Pro (300 RPM), Business (1000 RPM) or Team (2000 RPM) for higher throughput.
Can I buy the Starter pack from Russia or other restricted countries?
Yes. ClaudeStore has zero geographic restrictions. The Starter pack is available in every country worldwide.