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

# Environments

> Production and staging base URLs of the Codaclean API.

| Environment | Base URL                           | Use it for                             |
| ----------- | ---------------------------------- | -------------------------------------- |
| Production  | `https://api.codaclean.io/v1`      | Live data.                             |
| Staging     | `https://api.test.codaclean.io/v1` | Building and testing your integration. |

Your API key is the same for both environments.

User accounts, and therefore tokens, are specific to each environment: a user account created in production does not exist in staging, and vice versa.

The interactive playground on each endpoint page lets you pick the environment.

## Conventions

* Requests and responses are JSON. Send `Content-Type: application/json` with a request body.
* Fields without a value are left out of responses rather than returned as `null`. Arrays are always returned, even when empty.
* Dates are returned as ISO 8601 strings.
