Changelog

Current API versionAPI 20260709
MCP endpoint
POST /mcp
Streamable HTTP
REST base
/api/20260709
Latest dated REST contract
Auth
OAuth or bearer token
User-permission scoped
Status
Live health check
No internal traces

New dated versions ship under /api/<version>; the portal always tracks the latest.

API 20260709

20260709 is the latest public REST and MCP contract version. MCP discovery now advertises the tool-call names below. Legacy names remain callable as temporary compatibility aliases but are no longer advertised.

Previous tool call20260709 tool call
compile_korrelat_questioncompile_analytics_question
run_korrelat_questionrun_analytics_question
run_korrelat_json_queryrun_structured_analytics_query
list_korrelat_clientslist_available_clients
search_korrelat_catalogsearch_analytics_catalog
search_korrelat_dimension_valuessearch_dimension_values
explain_korrelat_queryexplain_analytics_query
open_korrelat_catalog_pickeropen_analytics_catalog_picker
Portal V1
  • Initial Developer Portal V1 implementation plan created.
  • Portal V1 app implementation started with a modern docs-first design system.
  • Public docs, authenticated catalog, Query Builder, token center, and BFF routes are the first scoped surfaces.

Versioning policy

The current public contract uses a dated YYYYMMDD version under /api/<version>. The portal tracks the latest version and advertised MCP tool names from the upstream aggregate OpenAPI document. /v1 remains a deprecated compatibility surface; no removal date has been announced.

Deprecated v1 contract

The complete compatibility contract remains machine-readable at GET /v1/openapi.json. It includes the explicit /v1/questions/*, /v1/korrelat-queries/run, catalog, explain, and MCP bridge paths plus the short /v1/compile, /v1/query, /v1/run, and /v1/query/raw aliases. Every v1 operation is marked deprecated and links to its 20260709 replacement.