A capability is a discoverable feature of the Coven daemon or one of its adapters. Clients callDocumentation Index
Fetch the complete documentation index at: https://docs.opencoven.ai/llms.txt
Use this file to discover all available pages before exploring further.
GET /api/v1/capabilities to find out what is available before they call anything else.
Discovery
GET /api/v1/capabilities — what is returned and how to use it.Action routing
POST /api/v1/actions — send a known intent through the control plane.Capability record
- id — stable identifier.
- label — human-readable name.
- owner — the adapter that fulfils the capability.
- status —
enabled/disabled/degraded. - policy — hint for whether the action needs an approval prompt.
- actions — the action ids the capability accepts.