Kinde
Kinde is a developer-first authentication and customer identity platform that bundles authentication (passwords, passwordless, social, enterprise SSO), authorization (roles, permissions, scopes), B2B organizations, billing, and feature flags into a single integrated product. Founded in Australia, Kinde positions itself as "the fully integrated developer platform — secure and monetize your product from day one" and is used by over 70,000 developers. The platform exposes a Management API for tenant administration and an Account API for end-user self-service flows, both backed by published OpenAPI specs and a large open-source SDK ecosystem on GitHub (TypeScript, React, Next.js, Python, Go, Java, .NET, PHP, Ruby, Elixir, Flutter, iOS, Android, Expo, React Native, SvelteKit, Nuxt, Remix, TanStack Start) plus a Go-based CLI, a Terraform provider, and a Model Context Protocol (MCP) server for AI agents.
APIs
Kinde Management API
The Kinde Management API exposes administrative endpoints for managing a Kinde business: users, organizations, applications, APIs, scopes, roles, permissions, connections, direc...
Kinde Account API
The Kinde Account API (also documented as the Frontend API) provides endpoints for the currently signed-in user to inspect their own identity, sessions, billing entitlements, fe...
Kinde MCP Server
The Kinde MCP (Model Context Protocol) server acts as a bridge between AI assistants and a Kinde account. It exposes a subset of the Kinde Management API as MCP tools (query org...
Collections
Kinde Account API
POSTMANKinde Management API
POSTMANKinde Account API
OPENKinde Management API
OPENArazzo Workflows
Kinde Assign Organization User Role
Find an existing user by email and grant them a role within an organization.
ARAZZOKinde Create Organization with Users
Stand up a new organization and seed it with existing users and roles.
ARAZZOKinde Create Role with Permission
Create a permission, create a role, and attach the permission to the role.
ARAZZOKinde End User Self-Serve Portal
Read the signed-in user's profile, roles, and entitlements, then mint a self-serve portal link.
ARAZZOKinde Invite User to Organization
Validate roles, create an organization invitation, and poll until it is sent.
ARAZZOKinde Migrate User with Password
Create a user with an email identity and import their existing hashed password.
ARAZZOKinde Provision User into Organization
Create a user, add them to an organization, and grant a role in one pass.
ARAZZOKinde Register Application with Connection
Create an application, set its callback URLs, create a social connection, and enable it.
ARAZZOKinde Roll Out Feature Flag to Organization
Create an org-overridable feature flag and set its value for one organization.
ARAZZO