Skip to content

Overview

Olivares AI control plane API — module routes (beta) v1

Section titled “Olivares AI control plane API — module routes (beta) v1”

The BETA REST surface of Olivares AI: the module routes under /v1/m// (finops, compliance, governance, identity, sessions, accessmap, models, knowledge, …) that make up the product. This is a BETA contract — shapes may change with notice and these routes are NOT covered by the 24-month stable window of the core contract served at /openapi.json. Authentication and tenancy are identical to the core contract: an opaque bearer token (session olvs_… or API key olvk_…), with the tenant resolved from a bound token or the X-Olivares-Tenant header; each operation also declares the permission it requires (x-required-permission). Response bodies are the product’s generic JSON envelope unless an operation declares otherwise (a few routes stream Server-Sent Events or export a non-JSON format). Every mutation declares its handler-reviewed request-body disposition in x-olivares-request-body-disposition; bodies that are not ordinary JSON DTOs publish their exact media type without inventing fields. See info.x-stability-policy for the policy.

Information

  • License: AGPL-3.0-only
  • OpenAPI version: 3.1.0

Opaque session (olvs_) or API (olvk_) token.

Security scheme type: http