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

# Sandbox

> Test the API without an API key

## Sandbox

A sandbox is available to test the API **without an API key**.
It replicates the main `GET /freelances` route with test data.

### Sandbox base URL

```
https://client-p.pylote.io/sandbox
```

### Example

```bash theme={null}
curl "https://client-p.pylote.io/sandbox/freelances?modifiedTime=0&page=1&limit=10"
```

The sandbox returns the same data structures as the main API,
with anonymized information.

<Info>
  The sandbox is intended for integration testing. Do not use sandbox data
  in production.
</Info>
