Skip to main content

Agent Tool Integrations

BotDojo Agent Tool integrations connect your agents to external systems so they can read data, create records, update state, and trigger workflows at runtime.

This section focuses on the currently active tool-first integrations. Some other integrations also support tools, but are documented primarily in other sections because they are mainly data loaders or channel integrations.

Tool-First Integrations

Other Active Integrations That Also Support Tools

These integrations also expose tool functionality, but their existing docs currently live elsewhere:

How To Use These In BotDojo

  1. Connect the integration on the Integrations page.
  2. Open a flow in the Flow Builder.
  3. Add a tool from the Integration Tools category.
  4. Select the integration action you want the agent to use.
  5. Configure any fixed inputs, or let the agent fill them at runtime.

Choosing Between Integrations

  • Use OAuth-based integrations when you want user-level delegated access.
  • Use API key or token integrations when you want a shared service connection.
  • Prefer integrations with multiple supported actions when your agent needs broad CRUD capability.
  • Prefer integrations with single-purpose actions when you want tighter operational control.