> ## 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.

# Multi-tenant authentication

> Use Stytch B2B API & SDKs to build multi-tenant auth for your app.

<Columns cols={3}>
  <Card title="Build auth" icon="log-in" href="/multi-tenant-auth/build-auth/discovery">
    Quickstart to add login or signup to your application.
  </Card>

  <Card title="See examples" icon="github" href="https://github.com/stytchauth/stytch-all-examples">
    Sample apps showcasing how to authenticate users and manage sessions.
  </Card>

  <Card title="API & SDK reference" icon="code" href="/api-reference/b2b/api/overview">
    See reference documentation for the Stytch B2B API and SDKs.
  </Card>
</Columns>

## Enterprise-ready solutions

<Columns cols={3}>
  <Card title="SSO" href="/multi-tenant-auth/authentication/sso/overview">
    Authenticate users using enterprise identity provider credentials.
  </Card>

  <Card title="SCIM" href="/multi-tenant-auth/enterprise-ready/scim/overview">
    Out-of-the-box SCIM management to connect with workforce IdPs.
  </Card>

  <Card title="Custom auth factors" href="/multi-tenant-auth/authentication/trusted-auth-tokens">
    Flexible integrations with 3rd-party SSO and custom auth factors.
  </Card>

  <Card title="RBAC" href="/multi-tenant-auth/enterprise-ready/rbac/create-rbac-policy">
    Assign roles and permissions to members directly or automatically.
  </Card>

  <Card title="JIT provisioning" href="/multi-tenant-auth/enterprise-ready/org-management/jit-provision-members">
    Allow provisioning sources for members to automatically join orgs.
  </Card>

  <Card title="Org-specific methods" href="/multi-tenant-auth/build-auth/org-specific">
    Give your customers control over their own auth policies.
  </Card>

  <Card title="MFA" href="/multi-tenant-auth/authentication/mfa/overview">
    Implement 2-factor verification for added security.
  </Card>

  <Card title="Bot and fraud protection" href="/fraud-risk/overview">
    Prevent fraud and abuse with device intelligence.
  </Card>

  <Card title="Admin Portal UI" href="/multi-tenant-auth/enterprise-ready/admin-portal">
    Pre-built Admin Portal for org and member management.
  </Card>
</Columns>

## AI agent authentication

<Columns cols={3}>
  <Card title="AI agents" href="/connected-apps/guides/integrate-with-ai-agents">
    Enable AI agents to securely connect to your application.
  </Card>

  <Card title="Connected Apps" href="/connected-apps/overview">
    Enable your application to become an OAuth and OIDC Authorization server.
  </Card>
</Columns>
