> For the complete documentation index, see [llms.txt](https://thirdfi.gitbook.io/thirdfi.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://thirdfi.gitbook.io/thirdfi.org/product/developer-sandbox.md).

# Developer Sandbox

Set up the sandbox environment to allow building and testing in the testnet.

### Process:

1. Developers create a new API key of the sandbox environment through the production frontend Dashboard.&#x20;
2. Developers use the sandbox API key to access the sandbox API with the sandbox URL.&#x20;
3. The API for the sandbox environment needs to be verified by checking the sandbox secret key to access the sandbox environment.

Adding a whitelisted IP for the sandbox server is required, which is the only allowed access for the IP address of the production environment to terminate any unauthorized access.

#### Features:

* Show sandbox data on the Developer Portal
* Allows developers to test transactions in testnet without spending any real assets/funds during integration.

{% embed url="<https://sandbox.thirdfi.org/>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://thirdfi.gitbook.io/thirdfi.org/product/developer-sandbox.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
