Developer Platform Overview
Build against the Human Reliability API, monitor usage, review consent scope, and move from sandbox to production from one platform workspace.
Public reference pages stay readable without signing in. Protected enterprise access still requires the right consent scope, audit trail, and approved key state.
Use the dashboard to review portfolio health, webhook delivery, billing usage, exports, and customer-level reliability history.
Move to the HRS API and Platform Dashboard guides when your organization is ready for production traffic, reporting, webhook health, and audit review.
curl https://api.paytocommit.com/v1/hrs/lookup \
-H "Authorization: Bearer $PAYTOCOMMIT_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"subject": {
"legal_name": "Jordan Lee",
"country": "US"
},
"consent_scope": "hrs.lookup.identity",
"declared_purpose": "workforce_vetting"
}'Protected HRS lookups stay consent-scoped, auditable, and purpose-bound.
The developer platform combines HRS API access, enterprise dashboards, billing visibility, webhooks, exports, and integration docs in one place.
Public reference pages stay readable without signing in. Protected enterprise access still requires the right consent scope, audit trail, and approved key state.
Use the HRS API to retrieve consent-scoped Human Reliability signals, trend history, and permitted event history for approved customer workflows.
Use the dashboard to review portfolio health, webhook delivery, billing usage, exports, and customer-level reliability history.
Start with account access, create an organization, create the first sandbox project, name the first key, and run one protected lookup in the playground.
Move to the HRS API and Platform Dashboard guides when your organization is ready for production traffic, reporting, webhook health, and audit review.