| Flow | A workflow that connects multiple Steps with dependencies | Email received → AI summarizes → Slack notification. This refers to the entire sequence of processing. |
| Step | An individual unit of processing that makes up a Flow | Each individual process like receiving email, AI summarization, Slack notification. |
| Tool | A component that performs a specific action | AI models, API integrations, file processing |
| Secrets | Securely stored sensitive values | API keys, OAuth tokens |
| Workspace | A space to organize your Flows, Secrets, and team resources | Project workspace |