> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hanko.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Hanko APIs

> OpenAPI specifications for Hanko APIs

<CardGroup cols={2}>
  <Card
    title="Public API"
    href="/api-reference/public"
    icon={
  <svg
    xmlns="http://www.w3.org/2000/svg"
    className="icon icon-tabler icon-tabler-api"
    width="24"
    height="24"
    viewBox="0 0 24 24"
    strokeWidth="2"
    stroke="currentColor"
    fill="none"
    strokeLinecap="round"
    strokeLinejoin="round"
  >
    <path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
    <path d="M4 13h5"></path>
    <path d="M12 16v-8h3a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2h-3"></path>
    <path d="M20 8v8"></path>
    <path d="M9 16v-5.5a2.5 2.5 0 0 0 -5 0v5.5"></path>
  </svg>
}
  >
    Used by clients for initiating registration and login flows, session validation, and user logout.
  </Card>

  <Card
    title="Admin API"
    href="/api-reference/admin"
    icon={
  <svg
    xmlns="http://www.w3.org/2000/svg"
    className="icon icon-tabler icon-tabler-api"
    width="24"
    height="24"
    viewBox="0 0 24 24"
    strokeWidth="2"
    stroke="currentColor"
    fill="none"
    strokeLinecap="round"
    strokeLinejoin="round"
  >
    <path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
    <path d="M4 13h5"></path>
    <path d="M12 16v-8h3a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2h-3"></path>
    <path d="M20 8v8"></path>
    <path d="M9 16v-5.5a2.5 2.5 0 0 0 -5 0v5.5"></path>
  </svg>
}
  >
    Can be used by your backend to access and manage user data, webhooks, audit logs, and various usage metrics.
  </Card>
</CardGroup>
