# Sandbox

To develop and test your code, you can use the sandbox API, which will allow you to develop and test your code without being billed for it. The sandbox API is a simulation of the real API, but not meant for production use as such some limitations will apply.

You can request a sandbox account and API key by contacting your direct contact at Recrubo.

### Sandbox API Base URL

`https://api-staging.recrubo.app/public/v2/`

### Sandbox APP login

`https://demo.recrubo.app`


---

# 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://docs.recrubo.app/getting-started/sandbox.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.
