AlphaSense is an AI-powered market intelligence and search platform used by hedge funds, banks, corporates, consulting firms, and law firms to accelerate research and decision-making. The platform unifies 500M+ public and private documents - SEC filings, broker research from 1,500+ firms, news, earnings call transcripts, internal company content, and 260,000+ Tegus expert call transcripts (Tegus was acquired in December 2023 for ~$930M) - behind a generative search and agent layer (GenSearch, Deep Research, Workflow Agents). The developer surface is gated, enterprise-only, and is split across two contracts: an Agent API for embedding GenSearch / Deep Research / MCP tools into customer AI agents, and a set of Utility APIs (Search, Brokers, Companies, Watchlist, Trends, User, Download, Ingestion) for direct programmatic access. Both are exposed over a single OAuth 2.0-protected GraphQL endpoint at https://api.alpha-sense.com/gql, with a companion REST Ingestion API for Enterprise Intelligence customers. AlphaSense Enterprise Intelligence Private Cloud ships with a public Go CLI (AlphaSense-Engineering/privatecloud-cli) for installing and validating the Kubernetes-hosted environment in a customer's own VPC.
APIs.json: https://raw.githubusercontent.com/api-evangelist/alphasense/refs/heads/main/apis.yml
- Market Intelligence
- Financial Research
- Search
- Generative AI
- AI Agents
- Expert Calls
- Document Intelligence
- Enterprise Intelligence
- MCP
- GraphQL
- Created: 2026-05-23
- Modified: 2026-05-23
GraphQL surface for embedding AlphaSense intelligence into customer AI agents. Wraps GenSearch (auto / fast / thinkLonger / deepResearch modes), Workflow Agents (pre-built and custom), and the Document Search API behind a single OAuth 2.0 + API-key-protected /gql endpoint. Returns markdown-formatted answers with inline citations to the underlying AlphaSense source documents (filings, transcripts, broker research, Tegus calls). Designed for agentic workflows that need first-result in under five minutes.
- Human URL: https://developer.alpha-sense.com/agent-api/quickstart
- Base URL:
https://api.alpha-sense.com
- GraphQL
- Generative AI
- Agents
- GenSearch
- Deep Research
- Documentation
- Authentication
- OpenAPI — OpenAPI Specification
- Postman Collection — Postman Collection 2.1
- Open Collection — Open Collection 1.0
- JSON Schema — JSON Schema
- JSON Schema — JSON Schema
- JSON Schema — JSON Schema
- JSON Structure
- JSON Structure
- JSON Structure
- Example
- Example
- Example
GraphQL search over the full AlphaSense content library (500M+ documents spanning SEC filings, broker research from 1,500+ firms, news, earnings call transcripts, and Tegus expert interviews). Supports keyword and semantic filters, date presets, document-type filters, watchlists, and smart synonyms. Operates against the same OAuth-protected /gql endpoint as the Agent API. Used to drive in-app search and retrieval flows that do not need agentic answer synthesis.
- Human URL: https://developer.alpha-sense.com/api/getting-started
- Base URL:
https://api.alpha-sense.com
- GraphQL
- Search
- Documents
- Retrieval
- Documentation
- OpenAPI — OpenAPI Specification
- Postman Collection — Postman Collection 2.1
- Open Collection — Open Collection 1.0
- JSON Schema — JSON Schema
- JSON Structure
- Example
- Example
REST surface (/services/i/ingestion-api/v1/...) used by Enterprise Intelligence customers to push their own internal documents - research notes, board decks, CRM exports, meeting transcripts - into AlphaSense so the same GenSearch and Deep Research layer can answer over external market intelligence and internal company content together. Available on SaaS (https://api.alpha-sense.com) and Private Cloud (customer-hosted domain) deployments.
- Human URL: https://developer.alpha-sense.com/api/getting-started
- Base URL:
https://api.alpha-sense.com
- REST
- Ingestion
- Enterprise Intelligence
- Internal Content
- Documentation
- OpenAPI — OpenAPI Specification
- Postman Collection — Postman Collection 2.1
- Open Collection — Open Collection 1.0
- JSON Schema — JSON Schema
- JSON Structure
- Example
GraphQL operations for resolving and enriching companies in the AlphaSense entity graph - ticker / name / CIK / ISIN lookup, parent / subsidiary relationships, sector and industry tagging, and references that join into Search and GenSearch filters.
- Human URL: https://developer.alpha-sense.com/api/getting-started
- Base URL:
https://api.alpha-sense.com
- Companies
- Entities
- Reference Data
- Documentation
- OpenAPI — OpenAPI Specification
- Postman Collection — Postman Collection 2.1
- Open Collection — Open Collection 1.0
- JSON Schema — JSON Schema
- JSON Structure
- Example
Lookup and metadata for the 1,500+ broker research firms whose content AlphaSense licenses. Resolves broker identifiers used by the Search API and exposes coverage signals for analysts filtering by source.
- Human URL: https://developer.alpha-sense.com/api/getting-started
- Base URL:
https://api.alpha-sense.com
- Brokers
- Research
- Reference Data
- Documentation
- OpenAPI — OpenAPI Specification
- Postman Collection — Postman Collection 2.1
- Open Collection — Open Collection 1.0
- JSON Schema — JSON Schema
- JSON Structure
- Example
Create, read, update, and delete user watchlists - persisted bundles of companies, tickers, and saved searches that drive personalized alerts, digests, and re-ranked Search results.
- Human URL: https://developer.alpha-sense.com/api/getting-started
- Base URL:
https://api.alpha-sense.com
- Watchlists
- Personalization
- Alerts
- Documentation
- OpenAPI — OpenAPI Specification
- Postman Collection — Postman Collection 2.1
- Open Collection — Open Collection 1.0
- JSON Schema — JSON Schema
- JSON Structure
- Example
Time-series operations for theme, keyword, and topic frequency across the document corpus - the back end behind AlphaSense's Trend visualisations and competitive-intelligence dashboards.
- Human URL: https://developer.alpha-sense.com/api/getting-started
- Base URL:
https://api.alpha-sense.com
- Trends
- Analytics
- Time Series
- Documentation
- Postman Collection — Postman Collection 2.1
- Open Collection — Open Collection 1.0
- Postman Collection — Postman Collection 2.1
- Open Collection — Open Collection 1.0
User and account management operations covering profile, preferences, session, and entitlement metadata for integrating the AlphaSense experience into a host application or single-sign-on flow.
- Human URL: https://developer.alpha-sense.com/api/getting-started
- Base URL:
https://api.alpha-sense.com
- Users
- Accounts
- Identity
- Documentation
- Postman Collection — Postman Collection 2.1
- Open Collection — Open Collection 1.0
- Postman Collection — Postman Collection 2.1
- Open Collection — Open Collection 1.0
Bulk export and download operations for documents, search results, and report PDFs - used to push AlphaSense content into downstream data warehouses, vaults, and BI tools.
- Human URL: https://developer.alpha-sense.com/api/getting-started
- Base URL:
https://api.alpha-sense.com
- Downloads
- Export
- Bulk
- Documentation
- Postman Collection — Postman Collection 2.1
- Open Collection — Open Collection 1.0
- Postman Collection — Postman Collection 2.1
- Open Collection — Open Collection 1.0
OAuth 2.0 password-grant token endpoint at POST /auth. Clients submit email, password, client_id, and client_secret together with an x-api-key header to receive a bearer token used on every subsequent Agent or Utility API call. The same flow works against SaaS (https://api.alpha-sense.com) and Private Cloud (https://{your-domain}/) base URLs.
- Human URL: https://developer.alpha-sense.com/api/getting-started
- Base URL:
https://api.alpha-sense.com
- Authentication
- OAuth 2.0
- Token
- Documentation
- OpenAPI — OpenAPI Specification
- Postman Collection — Postman Collection 2.1
- Open Collection — Open Collection 1.0
- Example
Model Context Protocol surface that lets MCP-aware AI clients (Claude, Cursor, ChatGPT-style desktop hosts, in-house agent frameworks) call GenSearch, ThinkLonger, and Deep Research as tools without writing a bespoke GraphQL integration. The MCP server brokers the OAuth flow and enforces the customer's Agent API entitlement.
- Human URL: https://developer.alpha-sense.com/agent-api/quickstart
- Base URL:
https://api.alpha-sense.com
- MCP
- Model Context Protocol
- Agents
- Tools
- Documentation
- Postman Collection — Postman Collection 2.1
- Open Collection — Open Collection 1.0
- Postman Collection — Postman Collection 2.1
- Open Collection — Open Collection 1.0
Go-based CLI (AlphaSense-Engineering/privatecloud-cli, Apache-2.0-ish "Other" license) used by Enterprise Intelligence Private Cloud customers to bootstrap and validate the Kubernetes cluster that hosts AlphaSense inside their own cloud account. Ships check and install commands that lay down Crossplane and platform namespaces, generate the required ServiceAccounts, Roles, ClusterRoles, and Pods, and reconcile against per-version compatibility matrices.
- Human URL: https://github.com/AlphaSense-Engineering/privatecloud-cli
- Base URL:
https://github.com/AlphaSense-Engineering/privatecloud-cli
- CLI
- Private Cloud
- Kubernetes
- Enterprise Intelligence
- GitHub Repository
- Release Notes
- Postman Collection — Postman Collection 2.1
- Open Collection — Open Collection 1.0
- Postman Collection — Postman Collection 2.1
- Open Collection — Open Collection 1.0
- Website
- Developer Portal
- Documentation
- Getting Started
- Quickstart
- Authentication
- GitHub Organization
- Trust Center
- Support
- Plans
- Rate Limits
- Fin Ops
- Spectral Rules
- Vocabulary
- JSON-LD — JSON-LD
- Features
- Use Cases
- Integrations
- Solutions
- L L Ms Txt
FN: Kin Lane Email: kin@apievangelist.com