Lybic Docs

将 MCP 服务器连接到沙箱

将指定的 MCP 服务器连接到给定的沙箱。

POST
/api/orgs/{orgId}/mcp-servers/{mcpServerId}/sandbox

将指定的 MCP 服务器连接到给定的沙箱。

Path Parameters

mcpServerId*string
orgId*string

组织 ID

Request Body

application/json

sandboxId*string|null

要连接 MCP 服务器的沙箱 ID。

Response Body

curl -X POST "https://loading/api/orgs/string/mcp-servers/string/sandbox" \  -H "Content-Type: application/json" \  -d '{    "sandboxId": "string"  }'
Empty