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

# Sandbox

> Test and interact with your Neurons using our open-source Sandbox application.

The Sandbox is a lightweight web application that allows you to quickly test and interact with your Neurons. Available at [sandbox.prompteus.com](https://sandbox.prompteus.com), it provides a simple interface for making API calls to any Neuron endpoint.

## Features

* **Interactive Testing**: Enter your Neuron path and input, then see the results in real-time
* **Authentication Support**: Securely provide API keys or JWT tokens for protected Neurons
* **Client-Side Processing**: All API calls are processed directly in your browser
* **Cache Control**: Easily bypass cache for testing with fresh responses
* **Open Source**: The entire application is [available on GitHub](https://github.com/prompteus-ai/sandbox)

## Using the Sandbox

<Frame caption="The Prompteus Sandbox interface">
  <img src="https://mintcdn.com/prompteus/QD8by7aFq9gM6Ktx/images/sandbox.png?fit=max&auto=format&n=QD8by7aFq9gM6Ktx&q=85&s=59104b0f6dd5deec0a384a1f7dbdb149" width="3200" height="2160" data-path="images/sandbox.png" />
</Frame>

1. **Neuron Path**: Enter your Neuron's path in the format `organization/neuron-slug`
2. **Authentication** (Optional): If your Neuron requires authentication, enter your API key or JWT token
3. **Input**: Type your input in the text area
4. **Cache Control**: Toggle the "Bypass Cache" option if you need fresh responses
5. **Run**: Click the "Run" button to execute the Neuron and see the results

<Note>
  The Sandbox respects all Neuron security settings. If a Neuron requires authentication, you'll need to provide valid credentials to access it.
</Note>

## Contributing

The Sandbox is open source and available on [GitHub](https://github.com/prompteus-ai/sandbox). We welcome contributions from the community, whether it's bug fixes, feature improvements, or documentation updates.
