Workspace tools

Reusable HTTP and agent tools shared across bots.

Workspace tools are first-class integrations registered once and bound to multiple agents or instruction-agent nodes in workflows.

Agent tools vs workspace tools

Agent toolsWorkspace tools
ScopeSingle agent flow catalogEntire workspace
ReuseCopy via export/importBind to many agents
Best forQuick one-off HTTP callsShared CRM, billing, ticket APIs

Binding tools to agents

From workspace tool settings or agent Tools tab, bind workspace tools so they appear in the service node dropdown and in agentic tool-calling loops.

Tool kinds

  • HTTP — REST call with method, URL, headers, body, JSONPath outputs.
  • Agent — delegates to another flow-based agent as a sub-capability.