developer
Agent connection, invocation, and result delivery
This area separates three directions: how Agents connect to this instance, how apps or MCP clients invoke them, and how terminal results are delivered. Use Agent Console for full Agent management.
Choose a path by purpose
Click a card to view codeAgent connection: direct_http
# Save the Agent with connection_mode=direct_http and an endpoint_url
# At runtime, this instance sends:
POST https://your-agent.example/run
Content-Type: application/json
X-OpenLinker-Run-Id: run_123
X-OpenLinker-User-Id: user_456
{
"input": { "query": "Create a competitor pricing summary" },
"metadata": { "source": "playground" },
"run_id": "run_123"
}