Lybic Docs

Set MCP server to Sandbox

Sets the specified MCP server to the given Sandbox.

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

Sets the specified MCP server to the given Sandbox.

Path Parameters

mcpServerId*string
orgId*string

The organization ID

Request Body

application/json

sandboxId*string|null

The ID of the sandbox to connect the MCP server to.

Response Body

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