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

# API Environments

> Learn about the different API environments available for the Gaana AI Visual On-Brand Generation API.

The Gaana AI Visual On-Brand Generation API provides two distinct environments for developers:

1. **Sandbox/Staging Environment:** This is a test environment that you can use to build and test your integration without affecting your live data. The sandbox environment mirrors the functionality of the production environment.
2. **Production Environment:** This is the live environment for your application. All API requests in this environment will affect your live data.

### Base URLs

Here are the base URLs for each environment:

| Environment | Base URL                              |
| :---------- | :------------------------------------ |
| Sandbox     | `https://sandbox.getgaana.com/api`    |
| Production  | `https://production.getgaana.com/api` |

<Note>
  All the examples in this documentation use the Sandbox URL. When you are ready to go live, make sure to switch to the Production URL.
</Note>
