Coven’s local API is versioned as a named contract. The current value isDocumentation Index
Fetch the complete documentation index at: https://docs.opencoven.ai/llms.txt
Use this file to discover all available pages before exploring further.
coven.daemon.v1.
Compatibility rules
- New fields can be added inside an existing contract version. Clients must ignore unknown fields.
- New endpoints can be added inside an existing contract version. Clients must not assume the full URL space is fixed.
- New capabilities are advertised through
GET /api/v1/capabilities. - Breaking changes — field removal, type change, semantics change — require a new contract version (
coven.daemon.v2, …). - The daemon will advertise both the current and previous version during a transition.
Negotiation
upgrade Coven to >= N).