Stytch · Capability
Stytch B2B Identity Management
Unified capability for B2B identity and access management workflows. Combines Stytch's B2B API for organization creation, member management, SSO configuration, and session management. Used by SaaS platform developers building multi-tenant authentication.
What You Can Do
POST
Create organization
— Create a B2B organization
/v1/organizations
GET
Get organization
— Get an organization
/v1/organizations/{organization_id}
GET
List members
— List members
/v1/organizations/{organization_id}/members
POST
Create member
— Invite a member
/v1/organizations/{organization_id}/members
POST
Send b2b magic link
— Send a magic link to a member
/v1/magic-links/send
GET
List sso connections
— List SSO connections for an organization
/v1/sso/connections
MCP Tools
create-organization
Create a new Stytch B2B organization (tenant) for a SaaS customer
get-organization
Retrieve a Stytch B2B organization by ID
read-only
list-members
List members of a Stytch B2B organization
read-only
create-member
Invite a new member to a Stytch B2B organization
delete-member
Remove a member from a Stytch B2B organization
idempotent
send-b2b-magic-link
Send a Stytch magic link to authenticate a B2B organization member
authenticate-b2b-session
Validate a Stytch B2B member session token
read-only
idempotent
list-sso-connections
List SSO (SAML/OIDC) connections for a Stytch B2B organization
read-only
discover-organizations
Discover Stytch B2B organizations a user can access
read-only
APIs Used
stytch-b2b