ChannelSigma / DocsBack to channelsigma.com

REST API overview

ChannelForge exposes a REST API under /api/v1/* mounted on Hono. Every authenticated route requires a Clerk session cookie (browser) or a service token (machine-to-machine, lands in Sprint 17).

Conventions

Top-level routes

Workflow actions

The action registry lives in @channelforge/workflows/actions. The public catalog is reachable at GET /workflows/actions, which is what the builder UI calls to render parameter fields.

SDKs