Now in public beta

API Keys for AI Agents, Done Right

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-key.ts
// 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

Everything you need to manage API keys

Built for teams shipping AI-powered products. Every feature designed to keep your agents secure and your APIs fast.

Scoped Permissions

Define exactly what each key can access. Read-only, write, admin — granular control at the resource level.

Rate Limiting

Set per-key rate limits to protect your APIs. Burst limits, sliding windows, and custom quotas.

Expiry Policies

Auto-expire keys after a set duration. Rotate credentials automatically without downtime.

Audit Logs

Full visibility into every API call. Who accessed what, when, and from where. Searchable and exportable.

SDK Integration

Drop-in SDKs for Python, Node.js, Go, and more. Validate keys in under 10ms at the edge.

Team Management

Invite teammates, assign roles, and manage access across your organization from one dashboard.

Pricing

Simple, transparent pricing

Start free. Scale when you're ready. No hidden fees.

Free

Get started with the basics

$0forever
  • 5 API keys
  • Scoped permissions
  • Rate limiting
  • Community support
Start Free
Most Popular

Pro

For growing teams and products

$29/mo
  • Unlimited API keys
  • Audit logs
  • Expiry policies
  • SDK access
  • Email support
  • Team management
Get Pro

Enterprise

For organizations at scale

$99/mo
  • Everything in Pro
  • SSO / SAML
  • Custom policies
  • Dedicated support
  • SLA guarantee
  • On-prem option
Contact Sales