// DEVELOPER_RESOURCES / INTEGRATION_CENTRAL
GUIDES, SDKS AND API SPECS
Provision API keys, configure rate limiting rules, and integrate our clients in minutes. Access raw guides, quickstarts, and API specifications.
Official SDK Integrations
Complete documentation and sample code for our Go, Node.js, and Python client SDKs featuring client-side fail-open logic.
Edge Alignment Blueprint
A comprehensive guide on deploying rate limits at the network edge via Cloudflare Workers and geodistributed Upstash Redis replica nodes.
Advanced WAF & Failover Plans
Learn how to configure JWT origin authentication shields, block IP CIDR ranges, restrict traffic by country, and implement local memory cache fallbacks.
02. Gateway Core API ReferenceJSON_API_SPEC
| Method | Endpoint Path | Operation description |
|---|---|---|
| POST | /auth/register | Create developer account |
| POST | /auth/login | Acquire API access and refresh tokens |
| GET | /projects | List associated tenant projects |
| POST | /projects/:projectId/keys | Provision new rate limit API keys |
| GET | /gateway/*path | Evaluate rate limit rules for key + route |