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

# Environments

Terminal provides a sandbox and production environment for you to test and launch your integration with our Unified APIs. The [sandbox environment](/terminal-platform/sandbox) is built to resemble our production environment as much as possible while being limited to mock data.

## Base URLs

### Link URL

| Environment | URL                                                            |
| ----------- | -------------------------------------------------------------- |
| `prod`      | `https://link.withterminal.com/?key={PUBLISHABLE_KEY}`         |
| `sandbox`   | `https://link.sandbox.withterminal.com/?key={PUBLISHABLE_KEY}` |

### API Base URL

| Environment | URL                                           |
| ----------- | --------------------------------------------- |
| `prod`      | `https://api.withterminal.com/tsp/v1`         |
| `sandbox`   | `https://api.sandbox.withterminal.com/tsp/v1` |

## OpenAPI Specification

You can access the latest Terminal OpenAPI specification from
`https://api.withterminal.com/tsp/openapi`.
