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

# Stytch documentation

export const PUBLIC_SLACK_INVITE_URL = "https://join.slack.com/t/stytch/shared_invite/zt-3rhtjctw4-a9bF_HUXHXm8vtizsMTMeQ";

<Columns cols={3}>
  <Card title="Build right away" icon="circle-play" href="/get-started/quickstart">
    Quickstart tutorial on implementing Stytch, supporting different frameworks and
    application stacks.
  </Card>

  <Card title="See examples" icon="github" href="/get-started/example-apps">
    Sample apps showcasing how to authenticate users and manage sessions.
  </Card>

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

## Featured

<Columns cols={3}>
  <Card title="Enterprise SSO & SCIM" icon="lock" href="/get-started/guides/enterprise-ready">
    SAML and OIDC-compliant authentication for organizations.
  </Card>

  <Card title="AI agent authentication" icon="bot" href="/get-started/guides/ai-agents-and-apps">
    Be an OAuth-compliant provider for AI agents or other apps.
  </Card>

  <Card title="Stytch UI" icon="puzzle" href="/api-reference/b2b/frontend-sdks/react/prebuilt-ui/login/configuration">
    Customizable UI components for faster deployment.
  </Card>

  <Card title="Device intelligence" icon="fingerprint-pattern" href="/get-started/guides/fraud-and-risk">
    Prevent attacks like credential stuffing and free trial abuse.
  </Card>

  <Card title="Machine-to-machine" icon="git-compare" href="/multi-tenant-auth/authentication/m2m/authenticate-client">
    Enable services to communicate with no human involvement.
  </Card>

  <Card title="Admin Portal" icon="shield-user" href="/multi-tenant-auth/enterprise-ready/admin-portal">
    Components for managing access and roles for users.
  </Card>
</Columns>

## Learn the platform

<Columns cols={3}>
  <Card title="Modeling your project" icon="database" href="/get-started/data-models">
    Select multi-tenant or consumer authentication for your application.
  </Card>

  <Card title="Authentication & authorization" icon="scan-face" href="/get-started/guides/authentication">
    The full suite of supported authentication methods and authorization tools.
  </Card>

  <Card title="Migration to live deployment" icon="rocket" href="/get-started/guides/migration-and-deployment">
    How to migrate to Stytch from your current authentication stack.
  </Card>
</Columns>

***

<Columns cols={3}>
  <Columns cols={1}>
    #### Need help?

    <Card title="Join our Slack" icon="slack" href={PUBLIC_SLACK_INVITE_URL} horizontal arrow />

    <Card title="Developer forum" icon="message-square-share" href="https://forum.stytch.com" horizontal arrow />

    <Card title="Contact us" icon="mail" href="mailto:support@stytch.com" horizontal arrow />
  </Columns>

  <Columns cols={1}>
    #### Product updates

    <Card title="System status" icon="server" href="https://status.stytch.com/" horizontal arrow />

    <Card title="View changelog" icon="git-merge" href="https://changelog.stytch.com/" horizontal arrow />
  </Columns>

  <Columns cols={1}>
    #### Policies & legal

    <Card title="Security & trust" icon="shield" href="/resources/policies/security-and-trust/security" horizontal />

    <Card title="Platform policies" icon="scale" href="/resources/policies/platform/account-enumeration" horizontal />

    <Card title="Message deliverability" icon="signal" href="/resources/policies/messaging/deliverability/overview" horizontal />
  </Columns>
</Columns>
