Foresight runs two API environments. They are completely isolated — keys, data, webhooks, and infrastructure don’t cross between them.Documentation Index
Fetch the complete documentation index at: https://docs.have-foresight.app/llms.txt
Use this file to discover all available pages before exploring further.
| Environment | Base URL | Key prefix | Real payers? |
|---|---|---|---|
| Production | https://api.have-foresight.app/v1 | fsk_live_... | Yes |
| Sandbox | https://api.staging.have-foresight.app/v1 | fsk_test_... | No (mocked) |
Sandbox
The sandbox is a full clone of the production API with payer integrations mocked. Use it for:- End-to-end testing in CI.
- Local development against a known-good dataset.
- Demos and onboarding without touching real PHI.
Production access
Production access requires:- A signed Business Associate Agreement (BAA) on file. See HIPAA compliance.
- Verification of your organization (NPI, TIN).
- At least one production-scope API key generated in the dashboard.