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

# Sandbox and Tools

> Information about the PayMee Sandbox environment for testing integrations and obtaining credentials.

## About Sandbox

To facilitate testing during integration, PayMee offers a **Sandbox environment**. This environment allows you to test your integration thoroughly without affecting live data. It comprises two main areas:

1. **Test Account Registration:** Where you can sign up for test credentials.
2. **Transactional Endpoint:** The specific URL for sending API requests in the test environment.

All Sandbox API requests should be sent to the following endpoint:
[https://apisandbox.paymee.com.br](https://apisandbox.paymee.com.br)

## Advantages of Using the Sandbox

* **No Affiliation Required:** You don't need to be a formally approved merchant to start testing in the Sandbox.
* **Easy Credential Generation:** Simply access the Sandbox Registration page, create an account, and you will receive the `x-api-key` and `x-api-token` needed for authenticating your test API calls.

## Create Your Sandbox Account

Ready to start testing? Create your Sandbox account via the link below to get your test API keys:

<Card title="Register for Sandbox Access" icon="user-plus" href="https://sandbox.paymee.com.br/register">
  Click here to access the Sandbox registration page and create your test account.
</Card>

## Simulating Pix Automatic

The Sandbox includes a simulator that drives the full Pix Automatic recurrence lifecycle (authorize, charge, settle, fail and cancel) without a real payer.

<Card title="Testing Pix Automatic in Sandbox" icon="flask" href="/api-reference/test-pix-automatic-in-sandbox">
  Drive mandates, collections, run-due charges, scenarios and reason codes end to end.
</Card>
