Collate runs two environments. They share the same public API contract.Documentation Index
Fetch the complete documentation index at: https://docs.trycollate.ai/llms.txt
Use this file to discover all available pages before exploring further.
| Environment | Base URL | Use it for |
|---|---|---|
| Sandbox | https://api.sandbox.trycollate.ai | Integration testing and operational validation. |
| Production | https://api.trycollate.ai | Live prior-authorization traffic. |
Sandbox
Sandbox exposes the same resources, lifecycle, and errors as production with test data and non-production credentials. Use it to prove your client can:- look up providers and payers
- create an authorization with explicit
policy.finalSubmission - patch answers and attach files
- resolve
provide_requirementsthrough writes - confirm
advance_caseandapprove_submission - handle every public lifecycle status
Going live
Move to production when your sandbox flow is stable. Verify, at minimum:- authentication and environment selection
- provider and payer lookup
- questionnaire answer mapping for every required
linkId - file upload and attachment flow
/confirmfor bothadvance_caseandapprove_submission- handling for every status in Authorization lifecycle