{ "opencollection": "1.0.0", "info": { "name": "LangSmith access_policies fleet integrations API", "version": "0.1.0" }, "items": [ { "info": { "name": "fleet integrations", "type": "folder" }, "items": [ { "info": { "name": "List integrations", "type": "http" }, "http": { "method": "GET", "url": "/v1/fleet/integrations", "params": [ { "name": "source", "value": "", "type": "query", "description": "Filter by source (e.g. langchain, custom)" }, { "name": "page_size", "value": "", "type": "query", "description": "Items per page (default 20, max 100)" }, { "name": "cursor", "value": "", "type": "query", "description": "Opaque pagination cursor" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Returns integrations available to the workspace." }, { "info": { "name": "Create a custom integration", "type": "http" }, "http": { "method": "POST", "url": "/v1/fleet/integrations", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Registers a new custom integration. Type is forced to CUSTOM." }, { "info": { "name": "Get an integration", "type": "http" }, "http": { "method": "GET", "url": "/v1/fleet/integrations/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Integration id" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Get an integration" }, { "info": { "name": "Update a custom integration", "type": "http" }, "http": { "method": "PATCH", "url": "/v1/fleet/integrations/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Integration id" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Updates mutable fields. URL is immutable." }, { "info": { "name": "Delete a custom integration", "type": "http" }, "http": { "method": "DELETE", "url": "/v1/fleet/integrations/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Integration id" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Idempotent. Returns 204 whether or not the integration existed." }, { "info": { "name": "Replace integration auth methods", "type": "http" }, "http": { "method": "PUT", "url": "/v1/fleet/integrations/:id/auth-methods", "params": [ { "name": "id", "value": "", "type": "path", "description": "Integration id" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Replaces the integration's full list of supported auth methods." } ] } ], "bundled": true }