Skip to main content
Your key is issued by Valiance Health, prefixed hpx_, and shown once at issuance.

Two ways to present the same key

X-API-Key header

Works on every endpoint in this reference.

Authorization: Bearer

For the LLM gateway, so OpenAI-compatible SDKs work unmodified.
Deterministic DRG classification
PHI-safe chat, through the OpenAI SDK

Scopes

A key may be issued with scopes that narrow which endpoints it can reach: drg:classify, llm:chat, redact, search. An out-of-scope call returns 403, and the body names the scopes your key holds. That is a request for access, not a reason to rotate the key.

Rotation, expiry and sandbox keys

Your organization can hold two active keys at once. Request a new key, migrate your traffic, then we revoke the old one. Revocation takes effect on the very next request and is audit-logged.
Pilot keys expire — 12 months by default. Ask us before expiry; a lapsed key fails closed with a 401 rather than degrading.
For integration testing: metered but never invoiced, with a separate small spend allowance, so a test loop can neither bill you nor block your production key.Synthetic data only. A sandbox key carries the same PHI handling as a production one, but the allowance is not sized for real workloads.
Treat keys as secrets. Store them in environment variables or a secrets manager, never in version control. Contact support to rotate a key you believe is exposed.