> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.theary.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Environments

> Sandbox and production base URLs, differences, and how to move to production.

# Environments

<p>
  <a href="/assets/downloads/guides/environments.pdf" download="environments.pdf">Download this guide</a>
</p>

Use sandbox to verify authentication, request shape, order creation, search reads, and webhook handling before moving to production.

| Environment | Base URL                    |
| ----------- | --------------------------- |
| Sandbox     | `https://sandbox.theary.ai` |
| Production  | `https://api.theary.ai`     |

Contact [support@snh-ai.com](mailto:support@snh-ai.com) for a sandbox Bearer token that includes your organization's **`tenant`** claim.

## Sandbox differences

* SNH AI configures **QA destination overrides** for your sandbox organization so that outbound email, fax, and voice do not contact real employers or schools. Confirm with your account manager that QA destinations are active before testing with realistic contact data.
* Webhook delivery retry count (`retryAttempts`, default 3) is a client-configured value applied identically in both environments — there is no environment-based difference in retry behavior.
* Use synthetic applicant PII (`123-45-6789`, placeholder emails, test phone numbers).
* Employer and school names do not need to be pre-seeded; use realistic names for request-shape testing.

## Moving to production

When your auth, order payload, search polling, and webhook handler are working, request production credentials. The API paths and payload shapes are the same; switch to the production base URL SNH AI provides and use production webhook endpoints and secrets.

## Related

* [Authentication](/getting-started/authentication)
* [Quickstart](/quickstart)
* [Webhook integration](/webhooks/integration)
