> ## Documentation Index
> Fetch the complete documentation index at: https://10play-session-status-checl.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# API reference

> The generated cmd.* command surface, settings, and colors.

The `cmd.*` surface is the command API of the PyMOL engine, reachable from
the browser through the typed client (`@tenmol/client`) over the wire
protocol. These pages are generated from a live PyMOL introspection — see
`tools/gen-api/` — and cover every command the bridge can dispatch.

<CardGroup cols={2}>
  <Card title="Commands" icon="terminal" href="/api-reference/commands">
    424 introspectable commands with parameters and defaults.
  </Card>

  <Card title="Unsafe commands" icon="triangle-exclamation" href="/api-reference/unsafe-commands">
    7 commands that run arbitrary text or end the session.
  </Card>

  <Card title="Settings" icon="sliders" href="/api-reference/settings">
    779 setting names for `set`/`get`.
  </Card>

  <Card title="Colors" icon="palette" href="/api-reference/colors">
    178 named colors.
  </Card>
</CardGroup>
