# Authentication

All authenticated requests require the credentials and headers issued for your partner account. Keep staging and production credentials separate.

Before sending live traffic:

1. Confirm your base URL.
2. Confirm your API credentials.
3. Confirm your webhook endpoint is reachable and verified.
4. Confirm your system can handle retries and out-of-order delivery safely.

## Environments

Unigox provides two environments:

* Staging: `https://api-staging.unigox.com`
* Production: `https://api.unigox.com`

Use staging for integration testing and production only after your configuration, webhook handling, and operational processes are verified.


---

# 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://developers.unigox.com/basics/authentication.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.
