Pilot control room
- Engineering
- Actuarial and finance
- Care operations
- Security and privacy
- Governance
Own the contract commit, environment mapping, retry policy, idempotency keys, Webhook consumer and integration logs.
Acceptance sequence
Authorization tests
Run each request with the expected scope, without the scope, against another Organization and against a production identifier from the Sandbox project. Expected results:- the correct scope and tenant can reach the resource;
- a missing scope returns
403; - a foreign or unavailable resource returns
404without confirming its existence; - Sandbox credentials cannot act on production data;
- payer resources do not expose Person identity or clinical content.
Failure and retry tests
Exercise:- malformed JSON and unknown fields;
- an invalid service code or source version;
- expired Coverage and exhausted Benefits;
- authorization for the wrong Booking or service;
- Claim submission before Session delivery;
- missing requested evidence;
- duplicate Claim references;
- currency mismatch and remittance over-allocation;
429handling with backoff;- a timeout followed by a same-key retry;
- Webhook signature failure, stale timestamp and duplicate event delivery.
Financial assertions
For every adjudicated Claim, independently recompute:Operational evidence pack
The pilot evidence pack should contain:- the OpenAPI contract commit used by both teams;
- the payer-to-service-code mapping and its version;
- environment, Organization and scope mapping;
- synthetic request and response fixtures;
- authorization and negative-test results;
- idempotency and retry results;
- Webhook verification results;
- financial reconciliation results;
- named owners for payer operations, security, privacy and incident response;
- the production activation and rollback checklist.
Minimum evidence pack structure
Minimum evidence pack structure
01-contract
openapi-commit.txt
service-code-map.csv
scope-map.md
02-execution
03-financial-controls
04-governance
Evidence that must stay outside the pack
Evidence that must stay outside the pack
API keys, WorkOS credentials, Person identity, Clinical Notes, Session content, Assessment answers, payment credentials and unrestricted production exports remain outside the pilot repository.

