Features How it works Pricing Demo Sign in Get API keys โ†’

API Key Management

Ship your API.
Gate handles access.

Instant key issuance, rate limiting, usage analytics, and Stripe billing โ€” the complete access layer for your API. Drop in one middleware and you're done.

Free for 1,000 calls/mo. No credit card required.

middleware.js
import Gate from '@gate/sdk'

const gate = new Gate(process.env.GATE_SECRET)

// Protect any route โ€” one line
app.use('/api', gate.protect())

// Gate injects into every request:
// req.gate.plan      โ†’ "pro"
// req.gate.remaining โ†’ 98,241
// req.gate.keyId     โ†’ "key_xK8mP2n9"
โœ“ Key verified ยท 98,241 calls remaining

Powering APIs at

Stackform Dune Studio Clearpath Meridian Labs Orbit Agency Veritas Co.
Everything you need

The full API access layer.
Nothing bolted on after.

Gate handles the parts of API access that take weeks to build right โ€” so you ship the API itself, not the infrastructure around it.

๐Ÿ—๏ธ
Instant Key Issuance

Generate live and test keys the moment a customer signs up. Scoped, revocable, and tied to their plan automatically.

โšก
Rate Limiting

Per-key rate limits enforced at the edge. Set monthly call quotas and per-second burst limits by plan tier.

๐Ÿ“Š
Usage Analytics

Real-time call volume, latency percentiles, error rates, and top endpoints โ€” for you and surfaced to your customers.

๐Ÿ’ณ
Stripe Billing

Plans sync directly with Stripe subscriptions. Upgrade, downgrade, and overage billing handled without custom code.

๐Ÿ””
Webhook Events

Get notified when keys are created, revoked, or hit limits. Subscribe to any event with a single URL.

๐Ÿ‘ฅ
Team & Permissions

Multiple team members per account. Fine-grained roles control who can issue keys, view analytics, or manage billing.

Simple by design

Up and running
in under an hour.

01
Create your product

Define your API, set rate limits per tier, and connect your Stripe account. Gate generates your secret key and SDK config instantly.

02
Drop in the middleware

One import and one line of middleware. Gate intercepts every request, verifies the key, checks the plan, and injects usage data โ€” all before your handler runs.

03
Watch your customers ship

Customers sign up, get keys, and start calling your API immediately. You see every call in the dashboard. Billing runs on autopilot.

Pricing

Start free.
Scale when you need to.

No per-key fees on the base plan. Upgrade when your API starts to grow.

Free
$0/mo
For side projects & early APIs
  • 1,000 API calls / mo
  • 2 active API keys
  • 1 product
  • Basic usage dashboard
  • Community support
Get started free
Try it now

See Gate in action.

Create a free account and explore the full developer dashboard โ€” API keys, usage stats, plan management, and the Stripe upgrade flow.

Create free account Sign in to demo

Quick demo: sign up with any email โ€” no real email sent.