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

# Base URLs

> Introduction to Imprint environments and API URLs

Imprint provides two environments: sandbox and production. Use the sandbox environment to familiarize yourself with API behavior and to build your integration; use the production environment once you are ready to launch and create real applications and transactions with Imprint.

<CardGroup cols="2">
  <Card title="Sandbox" icon="sparkles" horizontal={2}>
    [<u>https://dev.sbx.imprint.co</u>](https://dev.sbx.imprint.co)
  </Card>

  <Card title="Production" icon="credit-card" horizontal={2}>
    [<u>https://dev.imprint.co</u>](https://dev.imprint.co)
  </Card>
</CardGroup>

<Info>
  Please use HTTPS for all interactions with Imprint APIs. Any requests over
  HTTP will fail.
</Info>
