REST API overview
All cabinet endpoints require cookie authentication (ms_session). All embed endpoints require a Bearer JWT.
Base path
https://api.unimoni.example.com/api/v1
Discover endpoints
GET /orgs/:slug/metrics— the org's metric listGET /orgs/:slug/metrics/:name/labels— a metric's labelsGET /orgs/:slug/query/range— range queryGET /orgs/:slug/query/instant— instant queryGET /orgs/:slug/query/expr-instant?expr=<promql>— instant with arbitrary PromQL
Rate limits
Cabinet — 60 RPS per session. Embed — configurable per API key (default 100 RPS).