A lightweight web application for testing and interacting with Prompteus Neurons. This Sandbox provides a simple interface for making API calls to any Neuron endpoint.
- 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
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
- Neuron Path: Enter your Neuron's path in the format
organization/neuron-slug
- Authentication (Optional): If your Neuron requires authentication, enter your API key or JWT token
- Input: Type your input in the text area
- Cache Control: Toggle the "Bypass Cache" option if you need fresh responses
- Run: Click the "Run" button to execute the Neuron and see the results
The Sandbox respects all Neuron security settings. If a Neuron requires authentication, you'll need to provide valid credentials to access it.
The Sandbox is open source and available on GitHub. We welcome contributions from the community, whether it's bug fixes, feature improvements, or documentation updates.
To learn more about Prompteus and its features, visit: