# Environments

## Base URLs

### For staging environment

{% hint style="info" %}
If you already have an account and would like to request a staging account, you can do so [here](mailto:integrations@one.lat?subject=Necesito%20una%20cuenta%20de%20staging\&body=Ya%20tengo%20una%20cuenta%20con%20este%20email%3A%20)
{% endhint %}

#### API base URL

[https://api.stg.one.lat](https://api.stg.one.lat/)

#### Checkout base URL

[https://stg.one.lat/checkout](https://api.stg.one.lat/)

***

### For production environment

#### API base URL

[https://api.one.lat](https://api.stg.one.lat/)

#### Checkout base URL

[https://one.lat/checkout](https://api.stg.one.lat/)<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://oneinfinite.gitbook.io/v1/api-integration/getting-started/environments.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
