bolt Gateway v3 · Black Edition

Scale APIs with
absolute precision

Generate keys, enforce rate limits, and visualize traffic — all inside a brutalist black‑and‑white console.

check_circle No credit card · Free tier 200 req/day
REALTIME API USAGE Mon Tue Wed Thu Fri keys: 12 active

Engineered for scale

Black & white, zero distractions. Maximum control.

vpn_key
API Key Factory

Generate, name, and revoke keys instantly. Granular daily/monthly caps.

analytics
Live Analytics

Monochrome charts update in real time. Drill into per-key metrics.

speed
Rate Limiting

Enforce quotas with 429 responses. Customizable per plan.

admin_panel_settings
Admin Console

Global view of all keys, usage, and users. Toggle keys on/off.

integration_instructions
One‑line integration

Pass key as header or query param. Works with curl, fetch, axios.

security
Secure by design

Keys hashed, logs encrypted. Session‑based admin panel.

Up and running in minutes

1
Create account

Sign up with email — or use the demo environment.

2
Generate a key

Set daily/monthly limits. Copy your key instantly.

3
Make requests

Use the key in your app. Watch usage live.

Plans that scale

No hidden fees. Pause or cancel anytime.

Free

$0 /month

For side projects & testing.

  • check 200 req/day
  • check 1 API key
  • check Basic analytics
  • check Community support
Get started

Enterprise

Custom

Dedicated infrastructure, SLA.

  • check Unlimited requests
  • check SSO / SAML
  • check 99.99% SLA
  • check Custom rate limits
Contact sales

Try it live

Use the demo key below. Real responses, rate‑limited.

curl -X GET "https://api.apimanager.demo/v1/like?uid=7768523847&server_name=Demo" \
  -H "X-API-Key: DEMO_KEY_8f3a2b1c"
// Response preview:
{
  "status": "success",
  "likes_given": 199,
  "total_likes": 3764,
  "player": "TG-Exe-God"
}

info Demo key limited to 20 requests/hour. Sign in for your own.

terminal Interactive tester
$ curl -s "https://api.apimanager.demo/v1/like?uid=123" -H "X-API-Key: DEMO_KEY"
→ 200 OK (usage: 12/200 today)
Headers X-RateLimit-Remaining: 188