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

# forbidden

> Not permitted. HTTP 403.

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

Authenticated, but this account 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_…"
}
```

## Related

* [Errors](/reference/errors) - how to branch on `code`, and what not to render from `detail`.
* [Problem catalog](/problems) - every code, its status, and whether retrying helps.
* [Troubleshooting](/getting-started/troubleshooting) - what a message in the product means.
