Getting Started

Sign up, create an organization, and understand the TogoFlow dashboard.

Create your account

  1. Go to app.togoflow.ai/auth/signup and create an account.
  2. After signing in, you land on the Dashboard with an overview of your workflows and activity.
  3. Create or join an Organization — workflows, credentials, and billing are scoped to an organization.

Dashboard overview

AreaWhat it does
WorkflowsCreate, edit, and run your automations
TemplatesBrowse workflow templates (marketplace)
AnalyticsView execution stats and usage
SettingsManage organization, API keys, security, and agent preferences
BillingView 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

  1. Click Workflows → New Workflow.
  2. The canvas opens with a Start node already placed.
  3. Drag an AI Agent node from the toolbar and connect it to Start.
  4. Open the AI node panel and write a prompt like: Summarize this in one sentence: {{inputs.text}}
  5. 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.