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

# Service URLs

> Complete reference of all Tilta production and sandbox URLs for the API, Platform Portal, Buyer Onboarding UI, and Buyer Checkout UI services.

Tilta exposes four distinct services – the REST API, the Platform Portal, the Buyer Onboarding UI, and the Buyer Checkout UI – each available in both a production environment and a fully isolated sandbox environment. Use the tables below to locate the correct base URL for every service before you start integrating.

## Production endpoints

Use these URLs when serving real buyers with live transactions.

| Service             | URL                                                        |
| ------------------- | ---------------------------------------------------------- |
| API base URL        | [https://api.tilta.io](https://api.tilta.io)               |
| Platform Portal     | [https://admin.tilta.io](https://admin.tilta.io)           |
| Buyer Onboarding UI | [https://onboarding.tilta.io](https://onboarding.tilta.io) |
| Buyer Checkout UI   | [https://checkout.tilta.io](https://checkout.tilta.io)     |

## Sandbox endpoints

Use these URLs during development, integration testing, and QA. The sandbox environment mirrors the full production API surface but processes no real money and carries no financial risk.

| Service             | URL                                                                        |
| ------------------- | -------------------------------------------------------------------------- |
| API base URL        | [https://api.tilta-sandbox.io](https://api.tilta-sandbox.io)               |
| Platform Portal     | [https://admin.tilta-sandbox.io](https://admin.tilta-sandbox.io)           |
| Buyer Onboarding UI | [https://onboarding.tilta-sandbox.io](https://onboarding.tilta-sandbox.io) |
| Buyer Checkout UI   | [https://checkout.tilta-sandbox.io](https://checkout.tilta-sandbox.io)     |

<Note>
  Sandbox and production environments use **separate API keys and separate data stores**. A buyer or order created in the sandbox will never appear in production and vice versa. Always confirm you are pointing your integration at the correct base URL before going live.
</Note>

## Choosing the right environment

<CardGroup cols={2}>
  <Card title="Sandbox" icon="flask-conical">
    Use the sandbox environment for all local development, CI/CD pipelines, QA testing, and UAT. No real payments are processed, and no financial liability is incurred.
  </Card>

  <Card title="Production" icon="circle-check">
    Switch to production URLs only after your integration has passed end-to-end testing in sandbox. Ensure your production API key is stored securely and never committed to source control.
  </Card>
</CardGroup>
