> ## Documentation Index
> Fetch the complete documentation index at: https://sourcebot-brendan-improve-auth-docs-examples.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# License key

<Note>
  If you'd like a trial license, [reach out](https://www.sourcebot.dev/contact) and we'll send one over within 24 hours
</Note>

All core Sourcebot features are available under the [FSL license](https://github.com/sourcebot-dev/sourcebot/blob/main/LICENSE.md#functional-source-license-version-11-alv2-future-license). Some additional features require a license key. See the [pricing page](https://www.sourcebot.dev/pricing) for more details.

## Activating a license key

***

After purchasing a license key, you can activate it by setting the `SOURCEBOT_EE_LICENSE_KEY` environment variable.

```bash theme={null}
docker run \
    -e SOURCEBOT_EE_LICENSE_KEY=<your-license-key> \
    /* additional args */ \
    ghcr.io/sourcebot-dev/sourcebot:latest
```

## Feature availability

***

| Feature                                                                                  | [FSL](https://github.com/sourcebot-dev/sourcebot/blob/main/LICENSE.md#functional-source-license-version-11-alv2-future-license) | [Enterprise](https://github.com/sourcebot-dev/sourcebot/blob/main/ee/LICENSE) |
| :--------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------ | :---------------------------------------------------------------------------- |
| [Search](/docs/features/search/syntax-reference)                                         | ✅                                                                                                                               | ✅                                                                             |
| [Full code host support](/docs/connections/overview)                                     | ✅                                                                                                                               | ✅                                                                             |
| [MCP Server](/docs/features/mcp-server)                                                  | ✅                                                                                                                               | ✅                                                                             |
| [Agents](/docs/features/agents/overview)                                                 | ✅                                                                                                                               | ✅                                                                             |
| [Login with credentials](/docs/configuration/auth/overview)                              | ✅                                                                                                                               | ✅                                                                             |
| [Login with email codes](/docs/configuration/auth/overview)                              | ✅                                                                                                                               | ✅                                                                             |
| [Login with SSO](/docs/configuration/auth/providers#enterprise-authentication-providers) | 🛑                                                                                                                              | ✅                                                                             |
| [Permission syncing](/docs/features/permission-syncing)                                  | 🛑                                                                                                                              | ✅                                                                             |
| [Code navigation](/docs/features/code-navigation)                                        | 🛑                                                                                                                              | ✅                                                                             |
| [Search contexts](/docs/features/search/search-contexts)                                 | 🛑                                                                                                                              | ✅                                                                             |
| [Audit logs](/docs/configuration/audit-logs)                                             | 🛑                                                                                                                              | ✅                                                                             |
| [Analytics](/docs/features/analytics)                                                    | 🛑                                                                                                                              | ✅                                                                             |
| [MCP OAuth](/docs/features/mcp-server#oauth-2-0)                                         | 🛑                                                                                                                              | ✅                                                                             |

## Questions?

If you have any questions regarding licensing, please [contact us](https://www.sourcebot.dev/contact).
