{ "opencollection": "1.0.0", "info": { "name": "LangSmith access_policies tools API", "version": "0.1.0" }, "items": [ { "info": { "name": "tools", "type": "folder" }, "items": [ { "info": { "name": "List tools", "type": "http" }, "http": { "method": "GET", "url": "/v1/platform/tools", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Maximum number of tools to return" }, { "name": "offset", "value": "", "type": "query", "description": "Number of tools to skip" }, { "name": "query", "value": "", "type": "query", "description": "Search query to filter tools by name or description" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Returns a paginated list of tools in the workspace." }, { "info": { "name": "Create a tool", "type": "http" }, "http": { "method": "POST", "url": "/v1/platform/tools", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Creates a new tool in the workspace." }, { "info": { "name": "Get a tool by ID", "type": "http" }, "http": { "method": "GET", "url": "/v1/platform/tools/id/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Tool UUID" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Returns a tool identified by its UUID." }, { "info": { "name": "Update a tool by ID", "type": "http" }, "http": { "method": "PATCH", "url": "/v1/platform/tools/id/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Tool UUID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Updates an existing tool identified by its UUID." }, { "info": { "name": "Delete a tool by ID", "type": "http" }, "http": { "method": "DELETE", "url": "/v1/platform/tools/id/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Tool UUID" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Deletes a tool identified by its UUID." }, { "info": { "name": "Get a tool by handle", "type": "http" }, "http": { "method": "GET", "url": "/v1/platform/tools/:handle", "params": [ { "name": "handle", "value": "", "type": "path", "description": "Tool handle" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Returns a tool identified by its handle." }, { "info": { "name": "Update a tool by handle", "type": "http" }, "http": { "method": "PATCH", "url": "/v1/platform/tools/:handle", "params": [ { "name": "handle", "value": "", "type": "path", "description": "Tool handle" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Updates an existing tool identified by its handle." }, { "info": { "name": "Delete a tool by handle", "type": "http" }, "http": { "method": "DELETE", "url": "/v1/platform/tools/:handle", "params": [ { "name": "handle", "value": "", "type": "path", "description": "Tool handle" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Deletes a tool identified by its handle." } ] } ], "bundled": true }