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

# Sandbox and live

> Explicit environment authority. Absence never selects live.

# Sandbox and live

[Intro](#intro)

<h2 id="intro">
  Intro
</h2>

The product names environments `sandbox` and `live`. Every client must send the environment explicitly. A missing profile never chooses live.

OpenAPI servers list sandbox first. Try It and docs examples use sandbox only.

Next: [auth](./auth#intro) and [errors](./errors#intro).

<h2 id="sandbox-live">
  Sandbox and live
</h2>

| Surface           | Sandbox                          | Live                               |
| ----------------- | -------------------------------- | ---------------------------------- |
| API base          | `https://api.sandbox.trepzy.com` | copy-only `https://api.trepzy.com` |
| Credential marker | `tpztest_`                       | `tpzlive_`                         |
| Docs Try It       | allowed                          | blocked                            |

`operation_id` values are identical in both environments. Money, ledger, and secrets never cross the boundary.
