Create scoped API keys with fine-grained permissions for your AI agents. Rate limiting, expiry policies, and full audit trails — all from one dashboard.
// Create a scoped key in 3 lines
import { KeyForge } from "keyforge-sdk";
const key = await KeyForge.create({
scopes: ["read:data", "write:logs"],
rateLimit: 1000,
expiresIn: "7d",
});Features
Built for teams shipping AI-powered products. Every feature designed to keep your agents secure and your APIs fast.
Define exactly what each key can access. Read-only, write, admin — granular control at the resource level.
Set per-key rate limits to protect your APIs. Burst limits, sliding windows, and custom quotas.
Auto-expire keys after a set duration. Rotate credentials automatically without downtime.
Full visibility into every API call. Who accessed what, when, and from where. Searchable and exportable.
Drop-in SDKs for Python, Node.js, Go, and more. Validate keys in under 10ms at the edge.
Invite teammates, assign roles, and manage access across your organization from one dashboard.
Pricing
Start free. Scale when you're ready. No hidden fees.
Get started with the basics
For growing teams and products
For organizations at scale