Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.opencoven.ai/llms.txt

Use this file to discover all available pages before exploring further.

The control plane sits in front of adapters. It lets clients:
  • Discover what Coven can do with GET /api/v1/capabilities.
  • Send known intents via POST /api/v1/actions.
  • Stay decoupled from brittle OS automation APIs.
Unknown action ids fail closed.