Skip to content
Metric VaultHelp Center
Open app

API reference

The hub for developers building on Metric Vault: authentication, the public analysis endpoint, the full route table, errors, limits and diagnostics.

Last updated 2026-08-06

Summary#

This category is written for developers. It documents the public Metric Vault API, the credential that unlocks it, the complete list of HTTP routes the platform serves, every error the API can return, the limits that apply, and the operator-only endpoints that drive background work. Start with API overview if you have not used the API before, and Make your first API call when you are ready to make a call.

The public API is an Enterprise plan capability. Everything else described here is the internal surface the web app itself calls, documented so that support engineers and developers can reason about what a request did.

Overview#

API basics#

Endpoints#

  • POST /api/v1/analyze — the full reference for POST /api/v1/analyze.
  • All endpoints — the complete route table: path, method, authentication and purpose.
  • Webhooks — the inbound Stripe webhook and the outbound alert webhooks.
  • Internal endpoints — the secret-gated operator routes that run scheduled work.

Errors and limits#

See also

Was this article helpful?