Skip to content
REFERENCE

API reference

The REST interface to the Lore Index. Every route runs against the same governed, row-level-scoped services as the MCP tools, so scoping, ranking, authorization, and the append-only audit trail behave identically through either door.

Base URL & authentication

  • Base URL: https://api.loreindex.ca/v1. Browser calls ride the same-origin proxy; agents call the API host directly.
  • Authentication: a bearer credential in the Authorization header. Two forms are accepted — an API key (lore_sk_…; legacy compass_sk_… keys remain valid), carrying read / propose / write scopes, or an MCP-issued OAuth 2.1 access token. Generate keys on the Connect page.
  • Machine-readable: the full contract is published as an OpenAPI 3.1 document at /v1/openapi.json. The catalog below is rendered from it.
Loading the reference from /v1/openapi.json
Continue reading
API reference · Docs · Lore Index