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

# safety_intervention

> We want to make sure you are safe. HTTP 403.

# `safety_intervention`

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

Blocked by the crisis-intervention protocol. Always accompanied by referral resources in the extensions. Render `referral` prominently. This is the one error where the surrounding UI matters more than the status code.

```json theme={null}
{
  "type": "https://docs.cortex.foundation/problems/safety_intervention",
  "title": "We want to make sure you are safe",
  "status": 403,
  "code": "safety_intervention",
  "request_id": "req_…"
}
```

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