Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
本地运行并完成一次最小可用调用。
npm config set registry https://registry.npmmirror.com npm install
npm run dev
http://localhost:3000
OpenAI (HTTP)
Custom (HTTP)
Target URL
Auth Key
POST /api/bridge/{agentId} Authorization: Bearer <settings.json 中的 apiKey> Content-Type: application/json { "message_id": "msg_123", "agent_id": "agent_123", "message": [ { "role": "user", "type": "question", "text": "你好" } ] }
agentId 为绑定记录的 ID。
agentId