Agent

What is an Agent in V7 Go?

Agents are the primary programmable component in V7 Go. Formerly known and referred to as Projects.
They define what happens to data.


Agents 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 Agents or work within Chats

Every agent has a unique agent_id (formerly known as project_id) used` in all API calls:

The URL contains the workspace_id and agent_id

The URL contains the workspace_id and agent_id