{ "opencollection": "1.0.0", "info": { "name": "LangSmith Deployment Control Plane Agent Connections (v2) Agent Connections (v2) Agent Connections (v2) API", "version": "0.1.0" }, "items": [ { "info": { "name": "Agent Connections (v2)", "type": "folder" }, "items": [ { "info": { "name": "List Connections", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v2/auth/agents/:agent_id/connections", "params": [ { "name": "agent_id", "value": "", "type": "path", "description": "Agent ID" } ] }, "docs": "List Connections" }, { "info": { "name": "Create Connection", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v2/auth/agents/:agent_id/connections", "params": [ { "name": "agent_id", "value": "", "type": "path", "description": "Agent ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Connection" }, { "info": { "name": "Remove Connection", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v2/auth/agents/:agent_id/connections/:connection_id", "params": [ { "name": "agent_id", "value": "", "type": "path", "description": "Agent ID" }, { "name": "connection_id", "value": "", "type": "path", "description": "Connection ID" } ] }, "docs": "Remove Connection" } ] } ], "bundled": true }