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
- Build or edit a workflow in app.tensorify.io
- Run
tensorify watch <workflowId>on your machine - Trigger a test from the app
- Stop at a selected node
- 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
- Start with Quick Start
- Then read Installation
- Then read Core Concepts