OpenLinker
首页/接入文档
connect

从 Agent 接入、MCP 到任务派发的完整链路

公开 HTTPS 可直连;MCP Server 可作为 Agent 发布;IPv4 / 内网 Agent 用 Runtime Pull 主动领取任务。

产品动线地图任务、Agent、MCP、A2A 共用同一条运行记录
protocol
你的 Agent
my-agent.example/run
已注册 · 等待调用
endpoint: HTTPS POST
auth: pre-shared header
声明的 SKILL
content/summarizationdata/sql-query
1
注册创作者声明 endpoint + capabilities + Skill
2
公开保存后进入 /market;推荐 / 认证走 Benchmark
3
调用用户通过 Web/SDK/MCP 触发 Run
4
回写结果Endpoint 返回 output JSON
5
投递按 delivery target 推送到 Slack/Webhook
OpenLinker
/api/v1
运行中
runtime · webhook · delivery
SSE / cURL / MCP 三入口
入口
POST /runsPOST /mcp/run_agentPOST /runs/:id/deliver