Platform Overview
Flow is a no-code integration and automation platform designed for teams who want to connect apps, automate workflows, and build integrations — all without writing code.
Key Capabilities
Visual Workflow Builder
Build automations using a drag-and-drop canvas. Connect triggers to actions, add conditions and loops, and transform data visually.
┌─────────────┐ ┌─────────────┐ ┌─────────────┐
│ Trigger │───▶│ Action 1 │───▶│ Action 2 │
│ (Webhook) │ │ (Process) │ │ (Send) │
└─────────────┘ └─────────────┘ └─────────────┘
Pre-Built Connectors
Connect to popular apps instantly. Flow provides pre-built connectors for:
Enterprise-Grade Security
- SOC 2 Type II compliant infrastructure
- OAuth 2.0 and API key authentication
- Role-based access control (RBAC)
- Audit logging for all activities
- Data encryption at rest and in transit
Architecture
The distinction that matters to you is control plane vs data plane — because it decides where your data goes and what has to be open in your firewall.
flowchart TB
subgraph CP["work.studio control plane (our cloud)"]
direction LR
CPA["Definitions, schedules,<br/>users, audit"]
GW["Gateway"]
end
subgraph VPC["Your network"]
direction LR
AGENT["Data Plane Agent"]
SRC["Your databases, files,<br/>internal APIs"]
AGENT --- SRC
end
AGENT -- "outbound only, gRPC" --> GW
style CP fill:#f1f5f9,stroke:#94a3b8
style VPC fill:#f8fafc,stroke:#64748bThe control plane holds what a workflow is — its definition, schedule, run history and permissions — and the interfaces you use to build it.
The data plane is where a workflow actually runs. Deployed in your own network, the Data Plane Agent executes steps next to your systems, so the records it reads never have to leave your environment to be processed.
What this means in practice
Fully hosted is the default. If you have no data-residency or network constraints, run everything in our cloud and ignore the agent entirely — it exists for teams who need execution to stay inside their own perimeter.
Deployment options
We run everything. Nothing to install.
Control plane in our cloud, Data Plane Agent in your network. Definitions and schedules with us; execution and data with you.
Everything in your infrastructure, under a licence. See pricing or contact sales@work.studio.
Key Concepts
Navigation Structure
Flow is organized into clear sections:
Automate
Build and manage your workflows.
- Automations — Create and edit workflows
- Connections — Configure app integrations
Distribute
Share your automations with others.
- Apps — Package automations as distributable apps
- Releases — Version control for apps
- Portal — Embed forms and workflows
- Dashboards — Custom analytics views
Manage
Control resources and explore data.
- Resources — Shared variables, templates, files
- Data Explorer — Query workflow data
- Customers — Manage end-user accounts
Settings
Configure your workspace.
- Team — Invite and manage team members
- API Keys — Generate keys for API access
- Settings — Workspace configuration
Getting Help
- Documentation — You're reading it!
- Support — support@work.studio
- Status — status.work.studio