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

# forbidden

> Not permitted. HTTP 403.

# `forbidden`

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

Authenticated, but this principal may not perform this action. Distinct from a missing plan capability (`entitlement_required`).

```json theme={null}
{
  "type": "https://docs.cortex.foundation/problems/forbidden",
  "title": "Not permitted",
  "status": 403,
  "code": "forbidden",
  "request_id": "req_…"
}
```

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