Building Nodes in Go
This guide walks through creating a first-class node type in Go — the same mechanism every built-in node (http, llm, slack-send, …) uses. A Go node gets full access to the runtime: streaming, sandboxing, OAuth tokens, the workspace store, and native performance.