API key authentication
SetTD_API_KEY in the server .env file:
Network options
Cloudflare Quick Tunnel
.env:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Secure network access and API authentication for Tandemn System.
TD_API_KEY in the server .env file:
TD_API_KEY=your-secret-key
export TD_API_KEY=<your-api-key>
| Option | Use case |
|---|---|
| Cloudflare Quick Tunnel | Local development with an ephemeral URL. |
| Tailscale | Stable mesh VPN access for teams. |
| Same-VPC EC2 | Production deployment without public exposure. |
curl -L https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64 -o cloudflared
chmod +x cloudflared
./cloudflared tunnel --url http://localhost:26336
.env:
TD_SERVER_URL=https://your-tunnel.trycloudflare.com
