Guides
This section should help users reach a first runnable workflow, not send them into dead-end AI tutorial paths.
Recommended guide themes
The most useful guide topics for the current MVP are:
- building a Stripe webhook workflow
- testing a selected node
- running
tensorify watch <workflowId> - debugging outputs and variables
- wiring internal APIs into a webhook flow
Suggested current guide sequence
- Start with Quick Start
- Read Installation
- Read Core Concepts
- Use a Stripe or webhook workflow as the first real example
Why guides are currently conservative
The public docs should not pretend there is already a complete guide library for every plugin or every workflow shape. It is better to be explicit than to ship misleading navigation.
Current best-first workflow
If you are choosing a first pattern to try, use:
- webhook trigger
- verification step
- load context from an API
- conditional branch
- downstream notification or update
That pattern maps closely to what Tensorify can explain honestly right now.