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

# tai notifications

> Read and send internal notifications.

Read and send internal notifications.

```console theme={null}
$ tai notifications [OPTIONS] COMMAND [ARGS]...
```

## `tai notifications list`

List the internal notifications, newest-first.

Example: `tai notifications list`

```console theme={null}
$ tai notifications list [OPTIONS]
```

| Option                 | Description                            |
| ---------------------- | -------------------------------------- |
| `--json` / `--no-json` | Emit raw JSON instead of human tables. |

## `tai notifications notify`

Send a human a one-way, fire-and-forget notification.

Example: `tai notifications notify "Deploy finished" --channel telegram`

```console theme={null}
$ tai notifications notify [OPTIONS] MESSAGE
```

| Argument  | Description                                            |
| --------- | ------------------------------------------------------ |
| `MESSAGE` | The notification text shown to the human. *(required)* |

| Option                 | Description                                                    |
| ---------------------- | -------------------------------------------------------------- |
| `--channel` `TEXT`     | Named channel to send on; omit to record to the internal sink. |
| `--recipient` `TEXT`   | Optional per-call address (chat id, phone number, ...).        |
| `--json` / `--no-json` | Emit raw JSON instead of human tables.                         |
