Flow AI

Getting Started

Manage, deploy, and consume your flows through APIs

Flow AI is the central hub where all your built flows are organized and managed. Each Flow AI project can contain multiple flows, enabling you to create comprehensive ai solutions.

Flow AI Dashboard showing cards for various flow projects with status, author, and action buttons

Understanding the Dashboard

Each Flow AI card displays:

  • Name & Description: The flow's title and purpose
  • Author: The user who created or last modified the flow
  • Timestamps: Created and last updated dates
  • Status: Either Draft (in development) or Live (deployed and active)

Actions

Deploying a Flow

To expose your flow through an API, click the rocket icon on the card. This deploys the flow, making it accessible via HTTP endpoints.

Accessing Consumer APIs

Click the copy button to open the Consumer APIs dialog:

Consumer APIs dialog showing available API endpoints for a flow

This dialog lists all declared API endpoints in your flow. Copy the endpoint URL and use your API key to call the flow programmatically.

Opening the Flow Editor

Click anywhere on the card to open the visual Flow Editor where you can build and modify your flows.

Additional Options

Click the three-dot menu to access more options:

Flow AI options menu showing Run Logs, Edit Live Version, View Test Files, and other actions
OptionDescription
Run LogsView execution logs for the flow
Edit Live VersionModify the currently deployed version
View Test FilesAccess uploaded test files
Upload Test FilesAdd files for testing your flow
Runs SummaryView aggregated run statistics
Export Flow AIExport the flow configuration
Edit Flow AIModify flow settings and metadata
Revert Saved FlowRestore a previous version
Restart Flow EditorReset the editor session
DeleteRemove the Flow AI project

Creating a New Flow AI

Click the New Flow AI button in the top-right corner to create a new flow project. You can search existing flows using the search bar and sort by creation date.