Files
git.stella-ops.org/docs/modules/vex-lens/guides/consensus-api.md
2026-01-06 19:07:48 +02:00

882 B

VEX Consensus API (Contract Overview)

This document provides a high-level overview of consensus endpoints. The gateway and module dossiers define the authoritative routing, auth, and schema details.

Common Headers

  • Authorization: Bearer <token> (or DPoP where configured)
  • X-StellaOps-Tenant: <tenantId> (required)

Typical Endpoints

  • GET /v1/vex/consensus?artifact=...&advisory=... — returns a single consensus record (plus conflicts).
  • GET /v1/vex/conflicts — list outstanding conflicts with summary metadata.
  • GET /v1/vex/consensus/export — deterministic JSONL export for Offline Kit / Export Center bundles.
  • POST /v1/vex/trust/weights — tenant-admin update of trust tiers/weights (when enabled).

Output Shape

See docs/vex/consensus-json.md for the record payload reference.

References

  • docs/modules/vex-lens/architecture.md