Skip to content

Repository files navigation

AlphaSense (alphasense)

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

Tags

  • Market Intelligence
  • Financial Research
  • Search
  • Generative AI
  • AI Agents
  • Expert Calls
  • Document Intelligence
  • Enterprise Intelligence
  • MCP
  • GraphQL

Timestamps

  • Created: 2026-05-23
  • Modified: 2026-05-23

APIs

AlphaSense Agent API

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.

Tags

  • GraphQL
  • Generative AI
  • Agents
  • GenSearch
  • Deep Research

Properties

AlphaSense Search API

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.

Tags

  • GraphQL
  • Search
  • Documents
  • Retrieval

Properties

AlphaSense Ingestion API

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.

Tags

  • REST
  • Ingestion
  • Enterprise Intelligence
  • Internal Content

Properties

AlphaSense Companies API

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.

Tags

  • Companies
  • Entities
  • Reference Data

Properties

AlphaSense Brokers API

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.

Tags

  • Brokers
  • Research
  • Reference Data

Properties

AlphaSense Watchlist API

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.

Tags

  • Watchlists
  • Personalization
  • Alerts

Properties

AlphaSense Trends API

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.

Tags

  • Trends
  • Analytics
  • Time Series

Properties

AlphaSense User API

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.

Tags

  • Users
  • Accounts
  • Identity

Properties

AlphaSense Download / Export API

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.

Tags

  • Downloads
  • Export
  • Bulk

Properties

AlphaSense Authentication API

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.

Tags

  • Authentication
  • OAuth 2.0
  • Token

Properties

AlphaSense MCP Server

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.

Tags

  • MCP
  • Model Context Protocol
  • Agents
  • Tools

Properties

AlphaSense Private Cloud CLI

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.

Tags

  • CLI
  • Private Cloud
  • Kubernetes
  • Enterprise Intelligence

Properties

Common Properties

Maintainers

FN: Kin Lane Email: kin@apievangelist.com