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

# Tenant Tokens

> Multi-tenant data isolation with server-side JWT filtering

<Info>
  **Live demo**: [tenant-token.meilisearch.com](https://tenant-token.meilisearch.com)
</Info>

Demonstrates Meilisearch's tenant token feature for multi-tenant applications. Each user only sees documents they are authorized to access, with filters enforced server-side via JWT tokens that cannot be bypassed client-side.

## Links

<CardGroup cols={2}>
  <Card title="Try the demo" icon="globe" href="https://tenant-token.meilisearch.com">
    See tenant isolation in action
  </Card>

  <Card title="Tenant tokens guide" icon="key" href="/capabilities/security/overview">
    Implement in your app
  </Card>
</CardGroup>
