> ## Documentation Index
> Fetch the complete documentation index at: https://cortex-foundation-add13747-droid-1a2462c9-cor-444-sanitize.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# entitlement_required

> Your plan does not include this. HTTP 403.

# `entitlement_required`

|           |                                                                |
| --------- | -------------------------------------------------------------- |
| HTTP      | `403`                                                          |
| `code`    | `entitlement_required`                                         |
| `type`    | `https://docs.cortex.foundation/problems/entitlement_required` |
| Retryable | no                                                             |

Authenticated, but the plan does not include this capability at all — as opposed to having exhausted a quota. Guests receive this for Code, Bot, plugins, MCP, and Design. May carry `entitlement` and `required_plan`.

```json theme={null}
{
  "type": "https://docs.cortex.foundation/problems/entitlement_required",
  "title": "Your plan does not include this",
  "status": 403,
  "code": "entitlement_required",
  "request_id": "req_…"
}
```

See [Errors](/api/errors) for how to branch, and what not to render from `detail`.
