Witboost APIs
Witboost APIs can be used to interact with the Witboost platform.
The available APIs are:
- Control Plane API: provides access to core platform services.
- Computational Governance API: enables policy or metric evaluation against resources.
- Provisioning Coordinator API: allows to coordinate all the provisioning tasks of resources within Witboost.
- Knowledge Graph Manager API: enables administration and querying for the Knowledge Graph Manager.
- Market Plane API: provides access to the Witboost marketplace and data product catalog.
- Witty API: allows to interact with the Witty module to register AI agents, LLM models and embedder models.
- Platform Admin API: allows to interact with core facilities made available by Witboost to register Tech Adapters or to update hooks states.
Make sure you also make a stop at the Authentication page to understand how to authenticate and authorize your requests to the Witboost APIs.
tip
Witboost CLI
As an alternative to calling the APIs directly, the Witboost CLI can be used to interact with the Computational Governance and several Control Plane APIs directly from your terminal, without writing any code.