Tensorify Documentation

Tensorify is currently a visual workflow automation product for developers who want to build in the app, run locally with the CLI, and debug workflows with a tighter watch-and-test loop.

ℹ️

Start with the Quick Start Guide if you want the shortest path to the current MVP flow.

What Tensorify is right now

  1. Build or edit a workflow in app.tensorify.io
  2. Run tensorify watch <workflowId> on your machine
  3. Trigger a test from the app
  4. Stop at a selected node
  5. Inspect outputs and workflow variables

Good early use cases

Tensorify is a strong fit for:

  • Stripe webhook workflows
  • webhook-driven backend automations
  • internal API orchestration
  • branching business logic that becomes painful to debug in brittle automation tools

Documentation map

| Resource | Description | | --- | --- | | Quick Start | The current app + CLI loop | | Installation | Local setup requirements | | Core Concepts | Workflows, nodes, test loop, local execution | | Plugins | Current plugin reality and built-in usage | | API | Public API and docs surface |

What to read next