Orq MCP is live: Use natural language to interrogate traces, spot regressions, and experiment your way to optimal AI configurations. Available in Claude Desktop, Claude Code, Cursor, and more. Start now →
Run an Orq.aiAgent for complex, multi-step tasks. The node sends a message to the agent, waits for it to complete (including any tool calls), and returns the final response.
Parameter
Type
Description
Agent
Dropdown
Select from available agents in your workspace
Message
Text
The message to send to the agent
Timeout (seconds)
Number
HTTP timeout in seconds. Defaults to 600 (10 min) to match server-side execution limits
Continue from a prior response. Mutually exclusive with Conversation ID
Conversation ID
Thread this call into an existing long-lived conversation (conv_...). Mutually exclusive with Previous Response ID
Memory Entity ID
Attach a persistent memory entity so the agent can recall facts across calls
Store Response
Whether Orq persists this response server-side (default on). When off, the response cannot be referenced as a Previous Response ID by a downstream node
Variables
Template variables passed to the agent’s prompt. Each row has Name, Value, and a Secret toggle to redact the value from logs
Metadata
Key-value tags attached to this call, queryable in the Orq.ai dashboard. Max 16 pairs
The node branches on the agent’s final status: completed routes to the success branch, incomplete returns a partial response with incomplete: true, and failed throws with the server error message.