
# Environments
anybill provides two public environments: Production and Staging.
While the Production environment is used for all live systems, the staging environment can be used for sandbox integrations.

The [API Reference](https://developer.anybill.de/partner_platform_api/api_reference) renders the OpenAPI specification of
both environments.

## Staging
> **Tip: ℹ️ This environment is for integration testing.**
> - API Base URL: `https://partner-platform.stg.anybill.de/api`
> - [SwaggerUI](https://partner-platform.stg.anybill.de/api/swagger/index.html)
> - [OpenApi-Specification](https://partner-platform.stg.anybill.de/api/swagger/v3/swagger.json)

## Production
> **Tip: ℹ️ This environment is for production use.<br>**
> - API Base URL: `https://partner-platform.anybill.de/api`
> - [SwaggerUI](https://partner-platform.anybill.de/api/swagger/index.html)
> - [OpenApi-Specification](https://partner-platform.anybill.de/api/swagger/v3/swagger.json)

> **Tip**
>
> Credentials (Client-Id, Username, Password) differ between environments.
>
