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

# qxctl maestro: Read Symphony Receptor Presence Inventory

> Inspect Symphony's Maestro presence authority through qxctl to see authenticated vector-engine docking relationships and derived receptor inventory.

The `qxctl maestro ...` grammar surfaces Maestro presence evidence. Maestro is the presence authority; qxctl merely reads and inspects what Maestro records. Neither creates docking relationships on its own.

## Inventory

```bash Maestro inventory theme={null}
qxctl maestro inventory
```

`qxctl maestro inventory` presents Maestro's complete, derived, read-only inventory of authenticated vector-engine docking relationships per TOPS and receptor.

## Related administrative routes

Additional qxctl leaves expose Maestro-related administration:

* Status and inspection of docking evidence
* Recovery routes bounded by Maestro's own contracts
* Foundational lifecycle enrollment and native supervision for Maestro itself

Every mutation route goes through the exact module-owned adapter. qxctl never renders Maestro descriptors from internal parsing or invokes an implicit newest version.

<Warning>
  Maestro does not start, schedule, supervise, or invoke engines. `qxctl maestro inventory` is read-only. Binding, reconciliation, session coordination, or a lifecycle plan alone does not establish Maestro presence.
</Warning>

## Related surfaces

<CardGroup cols={2}>
  <Card title="Maestro" icon="chalkboard-user" href="/symphony/symphony/governance/maestro">
    Presence authority contract and boundaries.
  </Card>

  <Card title="qxctl engines" icon="cube" href="/symphony/symphony/qxctl/engines">
    Engine binding registry (bindings are not docking).
  </Card>

  <Card title="qxctl session" icon="key" href="/symphony/symphony/qxctl/session">
    Authenticated sessions used to record presence.
  </Card>

  <Card title="Engines overview" icon="cube" href="/symphony/symphony/engines/overview">
    Independently installable vector engines that dock with Maestro.
  </Card>
</CardGroup>


## Related topics

- [Maestro: Symphony Vector-Engine Presence Authority](/symphony/symphony/governance/maestro.md)
- [qxctl: Symphony Agentic Administrative Command Line](/symphony/symphony/qxctl/overview.md)
- [Symphony Vector Engines: Independent Installation Overview](/symphony/symphony/engines/overview.md)
- [qxctl knowledge engines: Bind, Doctor, Migrate Registry](/symphony/symphony/qxctl/engines.md)
- [qxctl knowledge session: Authenticated Symphony Sessions](/symphony/symphony/qxctl/session.md)
