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
Authorizationheader. Two forms are accepted — an API key (lore_sk_…; legacycompass_sk_…keys remain valid), carryingread/propose/writescopes, 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…