AngelList · OAuth Scopes

AngelList OAuth Scopes

OAuth 2.0 probed

AngelList publishes 4 OAuth 2.0 scopes via the authorizationCode and clientCredentials flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the AngelList API on a user’s behalf.

Tokens are issued from https://auth.angellist.com/token.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

DocumentsFundsInvestingJobStartupsTransactionVenture Capital
Scopes: 4 Flows: authorizationCode, clientCredentials Method: probed

OAuth endpoints

Authorization URL
https://auth.angellist.com/authorize https://docs.angellist.com/mcp/oauth/authorize
Token URL
https://auth.angellist.com/token https://docs.angellist.com/mcp/oauth/token
Flows
authorizationCodeclientCredentials

Scopes (4)

ScopeDescriptionFlows
openid OpenID Connect sign-in; issue an ID token for the authenticated AngelList user. authorizationCode
email Release the authenticated user's email address. authorizationCode
profile Release the authenticated user's basic profile claims. authorizationCode
mcp:search Search the AngelList documentation through the documentation MCP surface advertised at https://docs.angellist.com/.well-known/oauth-protected-resource. authorizationCode, clientCredentials

Source

OAuth Scopes

angellist-scopes.yml Raw ↑
generated: '2026-09-02'
method: probed
source: >-
  https://auth.angellist.com/.well-known/openid-configuration and
  https://docs.angellist.com/.well-known/oauth-authorization-server
note: >-
  Scopes read from the provider's own live RFC 8414 / OIDC discovery documents.
  There is no OpenAPI to derive from — the Investor Management API is GraphQL
  with introspection disabled — and AngelList publishes no scopes reference page
  outside these discovery documents. The Investor Management API itself is
  API-key authenticated and has no scope surface; the scopes below belong to the
  web sign-in identity provider and to the documentation MCP surface.
schemes:
- name: AngelListOIDC
  issuer: https://auth.angellist.com
  source: well-known/angellist-auth-openid-configuration.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://auth.angellist.com/authorize
    tokenUrl: https://auth.angellist.com/token
- name: AngelListDocsMCPOAuth
  issuer: https://docs.angellist.com/mcp/oauth
  source: well-known/angellist-docs-oauth-authorization-server.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://docs.angellist.com/mcp/oauth/authorize
    tokenUrl: https://docs.angellist.com/mcp/oauth/token
  - flow: clientCredentials
    tokenUrl: https://docs.angellist.com/mcp/oauth/token
scopes:
- scope: openid
  description: OpenID Connect sign-in; issue an ID token for the authenticated AngelList user.
  flows:
  - authorizationCode
  sources:
  - well-known/angellist-auth-openid-configuration.json
- scope: email
  description: Release the authenticated user's email address.
  flows:
  - authorizationCode
  sources:
  - well-known/angellist-auth-openid-configuration.json
- scope: profile
  description: Release the authenticated user's basic profile claims.
  flows:
  - authorizationCode
  sources:
  - well-known/angellist-auth-openid-configuration.json
- scope: mcp:search
  description: >-
    Search the AngelList documentation through the documentation MCP surface
    advertised at https://docs.angellist.com/.well-known/oauth-protected-resource.
  flows:
  - authorizationCode
  - clientCredentials
  sources:
  - well-known/angellist-docs-oauth-authorization-server.json

Work with this as data

Every scope set here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for oauth scopes

4 MCP tools reach this
  • find_scopesBrowse and filter every scope set in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This scope set
curl "https://apis.io/api/v1/scopes/angellist-scopes"
All oauth scopes
curl "https://apis.io/api/v1/scopes?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.