API Gateway - A clean, RESTful surface.
// endpoint reference
A clean, RESTful surface.
Consistent resources, sane status codes, and cursor-based pagination across every route.
GET/v3/users/:idRetrieve a single user record
POST/v3/usersCreate a new user
PUT/v3/users/:idUpdate an existing user
DELETE/v3/users/:idPermanently remove a user
GET/v3/events?cursor=Stream paginated event logs
POST/v3/webhooksRegister a webhook subscription
API Gateway - Everything wired in by default.
// platform
Everything wired in by default.
The hard parts of running an API at scale — handled, so you can focus on product.
🔐
OAuth & API keys
Scoped tokens, key rotation, and fine-grained permissions out of the box.
⏱
Rate limiting
Per-key quotas with burst handling and clear 429 retry headers.
🔌
Webhooks
Signed, retried delivery with a replayable event log for every account.
📦
Typed SDKs
Auto-generated clients that stay in lockstep with every schema change.
API Gateway - First-class SDKs for your stack.
// install anywhere
First-class SDKs for your stack.
One install command. Idiomatic clients, full type definitions, zero glue code.
⚡JavaScript
🐍Python
🔨Go
💎Ruby
☕Java
🦀Rust
API Gateway - Section 4
99.99%
Measured uptime, trailing 12 months
42ms
Median global response latency
8.4B
API requests served each month
API Gateway - Start building in 60 seconds.
Start building in 60 seconds.
Generate a sandbox key, drop in an SDK, and make your first call before your coffee cools.
$ npm install @frostgate/sdk