TRUST · residency · status · reconciliation · enterprise

Trust & operations

Where the data lives, whether the service is up, how values are reconciled, and how to integrate at scale — stated honestly, including what isn't built yet.

Data residency

Honest + declarative (software-level), surfaced on every response as X-Veracle-Residency.

loading…

Status

/health /health/ready

Reconciliation

Cross-source: ERC is authoritative within ±0.01 satang/kWh; oil components must sum to retail. A mismatch is quarantined, never published.

Enterprise

Webhooks

Subscribe to HMAC-signed events. GET your subscriptions / POST to subscribe — needs a key.

POST https://veracle-api.chaiyaphum.workers.dev/v1/webhooks
{ "url": "...", "event_types": ["ft.tariff.published"] }
needs a valid key (OAuth is stubbed in this demo)

Audit log

Requires a Bearer token with audit:read. OAuth is stubbed in this demo, so expect 401/empty.

Quarantine gate

Live from GET /v1/quarantine — held values awaiting review, caught by the trust gate and never served as observations.

loading…