What is a workflow in V7 Go?
Workflows are the primary programmable component in V7 Go. Formerly known and referred to as "Agents" and before that "Projects".
They define what happens to data.
Workflows can:
- Accept inputs (text, images, documents, structured payloads)
- Execute logic (tools, LLM inference, Plugins, knowledge lookups)
- Create or update Entities
- Populate or modify Field Values
- Trigger other Workflows or work within Chats
Every workflow has a unique agent_id (formerly known as project_id) used in all API calls:

The URL contains the workspace_id and agent_id
