{ "opencollection": "1.0.0", "info": { "name": "AlphaSense Agent Authentication Workflow Agents API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Workflow Agents", "type": "folder" }, "items": [ { "info": { "name": "Execute An AlphaSense GraphQL Operation", "type": "http" }, "http": { "method": "POST", "url": "https://api.alpha-sense.com/gql", "body": { "type": "json", "data": "{}" } }, "docs": "Single GraphQL endpoint that fronts the AlphaSense Agent API and Utility APIs. Submit a query or mutation in the body; the operation selects the surface (GenSearch, Deep Research, Workflow Agents, Document Search, Companies, Brokers, Watchlist, Trends, User, Download). Authentication is the bearer token from /auth plus the x-api-key header." } ] } ], "bundled": true }