The API platform developers love
Ship a production-ready developer API with versioning, rate limiting, webhooks, and an embeddable docs portal — in days.
$ curl -X POST /api/v1/keys \
-H "Authorization: Bearer sk_••••••••"
{'name':'prod-key','scopes':['read','write']}
{
"id": "k_abc123def456",
"key": "sk_live_••••••••••••••",
"scopes": ["read", "write"],
"rate_limit": "1000/min"
}
Ship in 5 commands
Production infrastructure, zero setup
Every component is pre-built and production-wired. No demo-only UI layers, no fake dashboards, no hidden dependencies.
API Key Management
Scoped, rotatable API keys with usage tracking per endpoint.
Rate Limiting
Per-plan rate limits enforced at the edge with Redis token buckets.
Outgoing Webhooks
HMAC-signed webhook delivery with automatic retry and delivery logs.
Usage Analytics
Per-key call counts, latency percentiles, and error rates in real time.
AI Assistant
Built-in AI chat for docs navigation, debugging, and code generation.
Multi-tenant
Full organization support with RBAC and per-team billing.
Built for platform engineering teams
RBAC & Org Isolation
Multi-tenant organizations with role-based access, audit logging, and team management scoped per workspace.
Versioned APIs
Semantic versioning with parallel deployments. Migrate clients on your timeline without breaking changes.
Rate Limiting
Token bucket algorithm per plan tier. Redis-backed enforcement at edge with configurable burst windows.
99.99%
API uptime
<10ms
P99 latency
50K+
req/s per node
100%
TypeScript
Simple pricing
Start free. Scale as you grow.
Free
0/mo
For side projects and early development
- 1 project
- 1K API calls/month
- 1 webhook
- Community support
Pro
29/mo
For production APIs with real users
- Unlimited projects
- 100K API calls/month
- 10 webhooks
- Usage analytics
- Priority support
Business
99/mo
For scale-out teams
- Everything in Pro
- Unlimited API calls
- Custom rate limits
- SLA guarantee
- Dedicated support
FAQ
What is the tech stack?â–Ľ
TypeScript 6 monorepo. Hono 4 (Node.js 24 ESM backend), Next.js 16 App Router, PostgreSQL/Drizzle ORM, Redis/BullMQ, Tailwind v4 + shadcn/ui.
How does API key management work?â–Ľ
Scoped, rotatable keys with per-endpoint granularity, automatic usage tracking, and enforced rate limits via Redis token buckets.
Can I deploy to my own servers?â–Ľ
Yes. Docker Compose, Coolify, Fly.io, Railway, and PM2 standalone are all pre-configured. VPS deployment included.
What AI providers are supported?â–Ľ
OpenAI, Anthropic, Gemini, and Groq. Swap via AI_PROVIDER env var. Factory pattern with built-in fallback.
Is the webhook system production-ready?â–Ľ
HMAC-signed delivery with configurable retry schedules, payload logs, and dead-letter queues. Handles 100K+ deliveries/day.
Ready to build your API platform?
Free tier includes 10K API calls/month. No credit card required.
Start building for free