Now in Beta — Free for developers

Authentication Built for
Humans and AI Agents

SutraID is the AI-native CIAM platform that makes identity simple. Passwordless auth, enterprise SSO, and AI agent tokens — all in one platform.

Get Started FreeView Documentation

Trusted by innovative teams

Acme CorpTechFlowNeuralOpsDataPrimeCloudScale

Everything you need for identity

A comprehensive identity platform that combines high-fidelity security with developer simplicity.

Passwordless Auth

Magic links, email OTP, and biometric authentication. No passwords to remember, no passwords to breach.

Enterprise SSO

SAML 2.0 and OpenID Connect out of the box. One-click integration with Okta, Azure AD, and Google Workspace.

Agentic IAM

Secure authentication and granular access control for APIs, AI agents, remote MCP servers, and more.

Multi-Tenancy

Built-in organization management with RBAC. Isolate tenants, manage teams, and control access at every level.

Developer First

RESTful APIs, comprehensive SDKs, and detailed documentation. Integrate auth in minutes, not weeks.

Security & Compliance

AES-256-GCM encryption, PKCE flows, audit logging, and network zone policies. Enterprise-grade security built in.

Built for every use case

From B2B SaaS to AI agent platforms, SutraID adapts to your needs.

Enterprise

B2B SaaS

Add enterprise SSO to your product in minutes. Let your customers connect their identity providers without complex integrations.

AI-Native

AI Platforms

Authenticate AI agents alongside human users. Manage token delegation chains and MCP server integrations natively.

APIs

Developer Tools

API key management, OAuth client credentials, and machine-to-machine authentication for your developer platform.

Up and running in minutes

Three simple steps to add enterprise-grade auth to your application.

01
01

Create your project

Sign up, create an organization, and configure your first application in under a minute.

02
02

Configure auth methods

Choose from magic links, SSO, social login, or AI agent tokens. Mix and match as needed.

03
03

Go live

Integrate with a few lines of code. Your users can start authenticating immediately.

Built by developers,
for developers

Clean REST APIs, type-safe SDKs, and comprehensive documentation. Integrate SutraID into your stack in minutes, not weeks.

API-first architecture
TypeScript & Python SDKs
Webhook support
OpenAPI spec
// Authenticate with SutraID in 3 lines
import { SutraID } from '@sutraid/sdk';

const auth = new SutraID({
  projectId: 'your-project-id'
});

// Magic link login
await auth.magicLink.send({
  email: 'user@example.com'
});

// Verify and get session
const session = await auth.magicLink.verify({
  token: tokenFromEmail
});

console.log(session.user);
// { id, email, orgId, role }

Ready to get started?

Join developers building the future of authentication with a fully open-source, self-hostable platform.

Get Started Self-Hosting