Max 5x & Max 20x High-Concurrency Tiers
Sell Claude API Keys
On Your Own Terms
Issue customer sub-keys routed securely through your master Anthropic account. Set hard per-minute rate limits, daily quotas, dollar spend ceilings, and real-time credit burning.
Rate Limits
Per-minute caps & 24h quotas to stop runaway concurrency.
Spend Ceilings
Hard USD ceiling per key — automatic 429 shutoff at cap.
Token Credits
Pre-loaded balance burns down based on exact token usage.
Instant Revocation
Disable, expire, reset usage, or delete keys immediately.
Drop-In 100% Claude Compatibility
Works in Official Claude Desktop & SDKs
// claude_desktop_config.json
{
"env": {
"ANTHROPIC_BASE_URL": "https://claude-max.techprohelps.com/api/public",
"ANTHROPIC_API_KEY": "sk-ant-tph-YOUR_CUSTOMER_KEY_HERE"
}
}
# Terminal or bash quick test:
export ANTHROPIC_BASE_URL="https://claude-max.techprohelps.com/api/public"
export ANTHROPIC_API_KEY="sk-ant-tph-..."
curl -s $ANTHROPIC_BASE_URL/v1/messages \
-H "x-api-key: $ANTHROPIC_API_KEY" \
-H "content-type: application/json" \
-H "anthropic-version: 2023-06-01" \
-d '{"model":"claude-3-7-sonnet-20250219","max_tokens":100,"messages":[{"role":"user","content":"Hello"}]}'
Transparent Token Pricing
1 Credit = $0.01 USD. Credits are automatically converted from official Anthropic token rates.
Flagship Reasoning
Claude 3 Opus
Input:
$15.00 / 1M tokens
Output:
$75.00 / 1M tokens
POPULAR
Coding & Workflows
Claude 3.5 / 3.7 Sonnet
Input:
$3.00 / 1M tokens
Output:
$15.00 / 1M tokens
High Speed / Lightweight
Claude 3.5 Haiku
Input:
$0.80 / 1M tokens
Output:
$4.00 / 1M tokens