Skip to main content
Use sandbox first. Sandbox is the right place to test your workflow before you move anything into production.

Environment overview

EnvironmentBase URLUse it for
Sandboxhttps://api.sandbox.trycollate.aitesting your integration and validating workflow behavior
Productionhttps://api.trycollate.ailive traffic and customer-facing workflows
Sandbox and production use different API keys.
1

Start in sandbox

Build your create, patch, preview, and submit flow in sandbox first. Use the Quickstart as the starting point.
2

Validate document handling

If your cases require attachments, add the File uploads flow and confirm required documents are attached before submit.
3

Test common outcomes

Use Sandbox testing to simulate approvals, denials, and requests for additional information.
4

Prepare for production

Move to production only after your sandbox flow is stable and your team understands the full authorization lifecycle.

Common setup questions

Which environment should I use for new integrations?

Use sandbox until your flow works end to end.

Can I reuse the same API key in both environments?

No. Sandbox and production credentials are separate.

What should I validate before going live?

At minimum:
  • authentication and environment selection
  • required questionnaire mappings
  • file upload and attachment flow, if applicable
  • preview and submit behavior
  • submission-attempt polling
  • handling for approvals, denials, and requests for additional information