Quick Link Resolver is the tenant-private URL shortener. Type "go/payments-grafana" in any browser and you land on the current payments dashboard. Move the dashboard to a new URL? Update the resolver entry once. Every link in every Slack message, runbook, and docs page keeps working. The companion to Quick Links for cross-tool URL stability.
Engineers add the resolver as a browser shortcut (or use a corporate DNS pointing "go/" at the resolver). The shortcut sends "go/
Each resolver entry has a version history: who changed it, when, why, what destination it pointed to before. Roll back to a prior version with one click. Useful when someone updates a key thinking it is unused, only for the "wait, that was load-bearing" message to land 5 minutes later.
Per-key click counts surface dead and live keys. Dead keys (zero clicks in 90 days) are candidates for archive. Hot keys (top 20 by click count) are candidates for org-wide promotion if they live at team-private. The analytics also help with "is this key worth keeping current?" decisions.
Resolver entries are tenant-private. "go/payments-grafana" in tenant A and "go/payments-grafana" in tenant B can resolve to entirely different destinations; neither tenant sees the other's. The auth header on every lookup binds the resolver to the calling tenant. No cross-tenant leakage by construction.
Subscribe to Nova AI Ops on YouTube for demos, tutorials, and feature deep-dives.
Dashboards move. Tools change vendors. Resolver keeps the shorthand stable so links written today still work next year.