By IntelliForge AI  ·  Beta  ·  Hyderabad

Identity for
AI Agents

It’s not IAM with agent support.
It’s identity infrastructure built for agents — with scoped tokens, delegation chains, MCP tools, and instant revocation.

AuthN · AuthZ · Agent Identity · One API

Start for free →Read the docs
No credit card required10K MAUs free foreverMumbai region · Fly.ioMCP-native
TypeScript
Python
cURL
CLI
quickstart.ts
// npm i @forgeid/sdk
import { ForgeID }
from
'@forgeid/sdk'

const iam =
new
ForgeID
({ apiKey: process.env.FORGEID_KEY })

// Spawn an AI agent with scoped capabilities
const agent =
await iam.tokens.
issueAgent
({
capabilities: ['crm:write', 'invoice:read'],
maxLifetime: '2h',
purpose: 'nightly reconciliation',
model: 'claude-sonnet-4-20250514'
})
Live output — this is a real token
Click “Issue live token” to see a real JWT →
AI products already running on ForgeID
GarageOSMedForgeKinderOSCareerOSFacilityOSDropFlowVEKTORClipForge
What ForgeID is
Not IAM with AI bolted on.
Identity infrastructure built from day one for agents.

Okta and Auth0 were built for humans logging in. ForgeID is built for the world where your CRM agent, your invoice bot, and your data pipeline all need provable, auditable, revocable identity.

Three surfaces

One platform. Every way
your system needs identity.

🔌
API Friendly
REST + SDKs
  • OpenAPI-first spec, always current
  • TypeScript, Python, Go, cURL clients
  • Machine-readable errors with doc_url
  • Idempotency keys on every write
  • Postman collection auto-generated
🤖
Agent Friendly
MCP Server
  • 6 IAM tools via Model Context Protocol
  • iam_check_permission before every write
  • iam_spawn_agent_token for sub-agents
  • iam_get_context_block for LLM prompts
  • iam_revoke_self on task complete
⚙️
Automation Friendly
Webhooks + IaC
  • 40+ typed webhook events, Stripe-style
  • Real-time SSE event stream
  • Terraform provider on public registry
  • GitHub Actions OIDC — zero stored secrets
  • SCIM 2.0 for enterprise provisioning
Agent identity

Your agents need
identity too.

Every agent that touches a business system needs scoped access, an audit trail, and instant revocation. ForgeID is the first IAM platform where agents are first-class principals.

  • 1
    Human authenticates, spawns agent
    User logs in via passkey. App calls issueAgent() delegating a capability subset with a 2-hour lifetime and purpose string for audit.
  • 2
    Agent calls iam_whoami via MCP
    LLM connects to ForgeID MCP server. First call is always iam_whoami — agent receives its full permission boundary as structured JSON, injected into the system prompt.
  • 3
    Every write checked at the edge
    iam_check_permission runs on Vercel Edge — under 10ms, no Fly.io roundtrip. Denied actions are logged with full delegation context.
  • 4
    Task complete → iam_revoke_self
    Agent calls iam_revoke_self. Token killed in Redis instantly. Full chain written to audit log. Webhook fires. Dead in milliseconds.
Delegation chain · JWT payload
👤
Girish · usr_01HZ8K...
roles: admin · session: passkey · org: intelliforge
🤖
CRM Agent · agent_01HZ9M...
spawned by usr_01HZ8K · ttl: 2h · tools: 50
Sub-agent · agent_01HZAM...
spawned by agent_01HZ9M · ttl: 30m · tools: 10
Allowed
crm:writeinvoice:read
Denied
billing:*members:deleteadmin:*
By the numbers

Built for scale.

<10ms
Token verify at Vercel Edge globally
0
Private keys ever in a database
3
Fly.io regions Mumbai · Singapore · US
40+
Typed webhook events, Stripe-style
Why ForgeID

Everyone solves half
the problem.

ProductAuthNFine-grained AuthZAgent IdentityMCP ServerIndia pricing
ForgeID ✦
Clerk / Auth0
Okta / Azure AD✕ $$$
WorkOS
Permit.io
Pricing

Start free.
Scale as you grow.

India-first pricing. No USD surprises. Agent tokens billed per-use on top.

Starter
Free
forever
  • 10,000 MAUs
  • 1 organization
  • Basic RBAC
  • 50 agent tokens / month
  • Community support
Scale
₹19,999
per month
  • Unlimited MAUs
  • SSO · SAML · SCIM 2.0
  • SIEM export + SLA 99.9%
  • 50,000 agent tokens / month
  • Terraform provider
  • Dedicated support

Agent token overage: ₹0.10 / token  ·  SSO connection: ₹999  ·  Audit export: ₹499

The identity layer
for the agentic era

Join the waitlist. First 100 teams get Growth plan free for 3 months.

Get early access →About IntelliForge AI