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

# Supported agents

> What Termyte can do with Claude Code, Codex, and OpenCode.

# Choose an integration

Termyte currently supports three coding agents.

| Agent       | Capture | Hook context | Memory-processing provider |
| ----------- | ------: | -----------: | -------------------------: |
| Claude Code |     Yes |          Yes |    Yes, after verification |
| Codex       |     Yes |          Yes |    Yes, after verification |
| OpenCode    |     Yes |           No |    Yes, after verification |

Run one setup flow for all selected agents:

```bash theme={null}
termyte init
```

Claude Code and Codex install command hooks. OpenCode installs a small local plugin. All selected agents write to the database configured in `~/.termyte/config.json` or `TERMYTE_DB`.

The integrations do not expose identical events. Termyte records only the information each agent sends.
