Agent Request Node

The Agent Request node allows your Workflow to be triggered by an Agent tool call inside Endless. When an Agent decides it needs to use a Workflow, this node is the entry point.


πŸ› οΈ How It Works

  • Agents can call Workflows just like they call MCP tools.

  • When this happens, the Workflow starts from the Agent Request Node.

  • The request can include inputs (parameters) that your Workflow can use in the next steps.


βš™οΈ Configuration Options

  • Parameters β†’ define the input fields your Agent will send when triggering this Workflow.

  • Validation β†’ optional rules to ensure required parameters are provided.


πŸ“Œ Example Use Cases

  • An Agent needs to generate a custom report β†’ it calls a Workflow that collects data and formats it.

  • An Agent needs to start an approval process β†’ it triggers a Workflow that sends a notification.

  • An Agent needs to query an external API indirectly β†’ it passes the request to a Workflow that handles it.


⚑ Tip: Combine the Agent Request Node with an Agent Response Node so your Workflow can return results directly back to the Agent.

Last updated