CADS-Tunnel docs
How-to

How-to guides

You know roughly what you want to accomplish — these get you there directly.

Want to skip straight to a working pipeline? hello-world-pipeline.zip is a real, minimal starter — a pipeline-spec.json and a one-file handler (read -r request; echo "Hello, world! You said: ${request}") that already exercises identity, admission, channels, and publishing end to end. Unzip it, follow its own README.md, then swap the handler for your own logic — the same stdin-in/stdout-out contract [Serve a callable service over a channel](/how-to/serve-a-channel-service/) covers in more depth. Structure explained, file by file, at bunsenbrenner.org/template-guide.
Found an error, or something that didn't work as documented? Open an issue →