Create your account
- Go to app.togoflow.ai/auth/signup and create an account.
- After signing in, you land on the Dashboard with an overview of your workflows and activity.
- Create or join an Organization — workflows, credentials, and billing are scoped to an organization.
Dashboard overview
| Area | What it does |
|---|---|
| Workflows | Create, edit, and run your automations |
| Templates | Browse workflow templates (marketplace) |
| Analytics | View execution stats and usage |
| Settings | Manage organization, API keys, security, and agent preferences |
| Billing | View your plan and upgrade options |
Core concepts
Workflow — A directed graph of nodes. Data flows from the Start node through each step until the workflow completes.
Node — A single step: trigger, HTTP call, AI task, app action, transform, condition, loop, etc.
Execution — One run of a workflow. You can watch it live, inspect each node's input/output, and restart from a specific node.
Variables — Key-value pairs stored on the workflow. Use them across nodes with {{variables.myKey}}.
Integrations — Third-party apps (Gmail, Slack, Google Sheets…) connected via OAuth or API keys.
Your first five minutes
- Click Workflows → New Workflow.
- The canvas opens with a Start node already placed.
- Drag an AI Agent node from the toolbar and connect it to Start.
- Open the AI node panel and write a prompt like:
Summarize this in one sentence: {{inputs.text}} - Set the Start trigger to Manual, save, and click Run.
You just built a one-step AI workflow. Next, follow the First Workflow guide for a more complete example.