Documentation Index
Fetch the complete documentation index at: https://docs.primeintellect.ai/llms.txt
Use this file to discover all available pages before exploring further.
What is Prime Tunnel?
Prime Tunnel creates secure, public URLs for services running on your local machine. You start a local server, create a tunnel, and get an HTTPS URL that anyone can access. Common use cases:- Expose a local development server to the internet
- Receive webhooks from external services during development
- Share a work-in-progress app with teammates
Hosted evaluations can use Prime Tunnel too. Launch the run with
--allow-tunnel-access, then create the tunnel from inside the hosted
sandbox using the same API or CLI flow described here. The flag only grants
tunnel permissions to the temporary PRIME_API_KEY. See
Hosted Evaluations.Complete Example
Here’s a full working example: start a local HTTP server and expose it to the internet. 1. Start a local serverhttps://t-0-abc123def456.tunnel.pinfra.io) in any browser. Your local server is now accessible from anywhere.