Recipes 04 hands-on 6 min Updated Sep 20, 2026
n8n automation
Call Jev from n8n via community node or HTTP; gate side effects on confidence — community node ≠ TypeSafe product.
Hands-on: call Jev from n8n
Automation tools are fine hosts for System One as long as the model never becomes the executor.
Suggested shape
- Trigger / webhook receives payload.
- Function node builds state + questions.
- HTTP Request → TypeSafe System One endpoint with
TYPESAFE_API_KEY. - IF / Switch nodes on allow-listed labels + confidence bands.
- Only then: ticket create, Slack notify, etc.
Secrets
Store the API key in n8n credentials—not in workflow JSON checked into git.
Limits
n8n examples online change quickly; verify HTTP paths and body shapes against current docs. Community nodes are optional convenience, not a requirement.