An Organization represents a tenant in your application - typically each of your business customers. Organizations contain members, authentication settings, and RBAC policies that are isolated from other organizations.Documentation Index
Fetch the complete documentation index at: https://stytch.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Organization management
Create an organization
Update organization settings
Configure authentication methods, MFA policies, and other settings using the Update Organization endpoint:Key settings:
mfa_policy- Controls MFA requirements (OPTIONAL,REQUIRED_FOR_ALL)auth_methods/allowed_auth_methods- Restrict which authentication methods members can useemail_jit_provisioning/email_allowed_domains- Configure automatic member provisioning by email domainsso_jit_provisioning- Enable JIT provisioning for SSO connections
Search organizations
Find organizations by name, domain, or other criteria using the Search Organizations endpoint:
Trusted metadata
Organizations supporttrusted_metadata for storing application-specific data:
- Maximum 20 top-level keys
- Cannot exceed 4KB in size
- Backend integrations can read and write
- Frontend integrations can only read
Learn more
Organization object
Complete organization object reference
Configure auth methods
Set up organization authentication policies
JIT provisioning
Automatic member provisioning guide
Organization management
Comprehensive organization management guide