{ "opencollection": "1.0.0", "info": { "name": "LangSmith access_policies mcp_vendors API", "version": "0.1.0" }, "items": [ { "info": { "name": "mcp_vendors", "type": "folder" }, "items": [ { "info": { "name": "List MCP vendors", "type": "http" }, "http": { "method": "GET", "url": "/v1/platform/mcp-vendors", "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Returns the catalog of available MCP vendors." }, { "info": { "name": "Get MCP vendor", "type": "http" }, "http": { "method": "GET", "url": "/v1/platform/mcp-vendors/:vendor_slug", "params": [ { "name": "vendor_slug", "value": "", "type": "path", "description": "Vendor slug (e.g. arcade)" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Returns vendor metadata and current settings." }, { "info": { "name": "Get vendor account", "type": "http" }, "http": { "method": "GET", "url": "/v1/platform/mcp-vendors/:vendor_slug/account", "params": [ { "name": "vendor_slug", "value": "", "type": "path", "description": "Vendor slug (e.g. arcade)" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Resolves OAuth token and returns the vendor's account info." }, { "info": { "name": "List MCP servers for a vendor", "type": "http" }, "http": { "method": "GET", "url": "/v1/platform/mcp-vendors/:vendor_slug/mcp-servers", "params": [ { "name": "vendor_slug", "value": "", "type": "path", "description": "Vendor slug (e.g. arcade)" }, { "name": "limit", "value": "", "type": "query", "description": "Max items to return (default 100)" }, { "name": "offset", "value": "", "type": "query", "description": "Number of items to skip (default 0)" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Returns the MCP gateways from the vendor for the workspace's configured org/project." }, { "info": { "name": "Get vendor settings", "type": "http" }, "http": { "method": "GET", "url": "/v1/platform/mcp-vendors/:vendor_slug/settings", "params": [ { "name": "vendor_slug", "value": "", "type": "path", "description": "Vendor slug (e.g. arcade)" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Returns the current vendor-specific settings." }, { "info": { "name": "Create vendor settings", "type": "http" }, "http": { "method": "POST", "url": "/v1/platform/mcp-vendors/:vendor_slug/settings", "params": [ { "name": "vendor_slug", "value": "", "type": "path", "description": "Vendor slug (e.g. arcade)" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Initializes vendor settings." }, { "info": { "name": "Replace vendor settings", "type": "http" }, "http": { "method": "PUT", "url": "/v1/platform/mcp-vendors/:vendor_slug/settings", "params": [ { "name": "vendor_slug", "value": "", "type": "path", "description": "Vendor slug (e.g. arcade)" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Replaces vendor settings." }, { "info": { "name": "Delete vendor settings", "type": "http" }, "http": { "method": "DELETE", "url": "/v1/platform/mcp-vendors/:vendor_slug/settings", "params": [ { "name": "vendor_slug", "value": "", "type": "path", "description": "Vendor slug (e.g. arcade)" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Removes vendor settings." }, { "info": { "name": "List tools for a vendor", "type": "http" }, "http": { "method": "GET", "url": "/v1/platform/mcp-vendors/:vendor_slug/tools", "params": [ { "name": "vendor_slug", "value": "", "type": "path", "description": "Vendor slug (e.g. arcade)" }, { "name": "limit", "value": "", "type": "query", "description": "Max tools to return (default 50)" }, { "name": "offset", "value": "", "type": "query", "description": "Number of tools to skip (default 0)" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Returns the tool catalog for this vendor." } ] } ], "bundled": true }