Quality Hub — API & MCP documentation
Quality Hub tracks pre-UAT audit findings to closure and exposes them to developers and their AI agents over two surfaces backed by the same domain services: a REST API and an MCP server. Authenticate with a project-bound bearer key (qh_live_…, minted by an admin); keys always act at agent grade — they can pull, claim, comment, resolve, and recheck, but never verify, approve waivers, or touch evidence.
For humans
Rendered reference documentation.
- REST API reference — auth, every endpoint, error codes, transition rules, a full curl loop
- MCP quickstart — connect a coding agent, the twelve tools, rules of engagement
For AI agents
Plain markdown, stable URLs, one-fetch options.
- /llms.txt — the index (llmstxt.org format)
- /llms-full.txt — everything in one fetch
- /docs/api.md · /docs/mcp.md — raw markdown per doc
Endpoints at a glance
- REST base:
https://quality-hub.apps.elevate-digital.com/api/v1 - MCP (Streamable HTTP):
https://mcp.quality-hub.apps.elevate-digital.com/mcp— publicly reachable; your key is the boundary and rate limits apply
