{ "opencollection": "1.0.0", "info": { "name": "AnchorBrowser Agentic capabilities Integrations API", "version": "1.0.0" }, "items": [ { "info": { "name": "Integrations", "type": "folder" }, "items": [ { "info": { "name": "List Integrations", "type": "http" }, "http": { "method": "GET", "url": "https://api.anchorbrowser.io/v1/integrations", "auth": { "type": "apikey", "key": "anchor-api-key", "value": "{{anchor-api-key}}", "placement": "header" } }, "docs": "Retrieves all integrations for the authenticated team." }, { "info": { "name": "Create Integration", "type": "http" }, "http": { "method": "POST", "url": "https://api.anchorbrowser.io/v1/integrations", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "anchor-api-key", "value": "{{anchor-api-key}}", "placement": "header" } }, "docs": "Creates a new integration with a third-party service like 1Password. \nThe integration can then be used in browser sessions to automatically load secrets and credentials.\n" }, { "info": { "name": "Delete Integration", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.anchorbrowser.io/v1/integrations/:integrationId", "params": [ { "name": "integrationId", "value": "", "type": "path", "description": "The ID of the integration to delete" } ], "auth": { "type": "apikey", "key": "anchor-api-key", "value": "{{anchor-api-key}}", "placement": "header" } }, "docs": "Deletes an existing integration and removes its stored credentials." } ] } ], "bundled": true }