Skip to main content
Merge Agent Handler sits in-between your AI agent and third-party tools. AH Flowdiagram Pn
Your LLM handles the reasoning and workflow generation; Merge Agent Handler takes care of the rest — including onboarding, authentication, rate limits, and error handling across all third-party systems.
A workflow could look like:
  1. Your agent will call Merge Agent Handler to list all tools available for your registered user to use
  2. Merge Agent Handler will respond with the available tools enabled in the Tool Pack
  3. Your registered user prompts your agent to conduct an action, and your agent calls one of the available tools. If it’s your user’s first time interacting with a given connector, we’ll signal to prompt for the user’s credentials via Link.
  4. The tool call arguments are passed through the Security Gateway & DLP solution to scan for sensitive entities.
  5. The tool call is executed and the requests are made to the third party.
  6. The responses are returned by the third party. They will pass through the Security Gateway once more, and then returned back to your agent.