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 tools | Workspace tools | |
|---|---|---|
| Scope | Single agent flow catalog | Entire workspace |
| Reuse | Copy via export/import | Bind to many agents |
| Best for | Quick one-off HTTP calls | Shared 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.