Capability Directory
get_capabilitiesGet the complete Conductor Relay capability directory: every live, gated, and planned capability with its status, audiences, use cases, human/machine documentation links, and public REST actions. No auth required. Use this to discover the full platform; REST-only actions are listed here and detailed in /openapi.json. Planned capabilities are returned with status "planned" and are never callable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | True when the upstream exchange call succeeded (HTTP status < 400). | |
| data | Yes | Complete capability directory grouped by status. Null when ok is false. | |
| error | Yes | In-band error code or message when ok is false; null on success. | |
| status | Yes | Upstream HTTP status code returned by the Conductor Relay API. |