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

  1. Start with Quick Start
  2. Read Installation
  3. Read Core Concepts
  4. 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:

  1. webhook trigger
  2. verification step
  3. load context from an API
  4. conditional branch
  5. downstream notification or update

That pattern maps closely to what Tensorify can explain honestly right now.