Tachyon Guides
Practical guides for using Tachyon in development and CI/CD.Webhook Testing
Test webhooks from Stripe, GitHub, and other services locally.1. Create a tunnel
2. Configure endpoint
Copy the tunnel URL to your provider:https://abc123.tunnel.dotsetlabs.com/api/webhooks/stripe
3. Inspect requests
Tachyon captures incoming requests. Open the Inspector to see payloads.Team Demos & Sharing
Share your local environment with teammates.1. Create an authenticated tunnel
2. Make it public (if needed)
CI Preview Environments
Create preview environments for pull requests.1. Authenticate in CI
Use theTACHYON_AUTH_TOKEN environment variable in your CI provider.
2. Create preview tunnel
3. Post to GitHub
Use a script to post the URLhttps://pr-${{ github.event.pull_request.number }}.tunnel.dotsetlabs.com back to the PR as a comment.