# Reflexivity > Reflexivity is an institutional investment analysis platform (founded 2019 in New York as Toggle AI) > that pairs licensed market data from S&P Global, LSEG Datastream, Cboe and Nasdaq with AI agents that > write and execute code to answer research questions across 40,000+ stocks, bonds and commodities. > It sells a browser terminal and a RESTful API. API credentials are issued by the Reflexivity back > office; there is no self-service sign-up for API access. This file was GENERATED by API Evangelist from the public Reflexivity surface and from this repository's artifacts. Reflexivity does not publish an llms.txt of its own (https://reflexivity.com/llms.txt returns the site's HTML shell, not a document). ## What an agent can and cannot reach - There is NO public OpenAPI, GraphQL SDL, AsyncAPI, WSDL or .proto for this API. The company's own documentation says endpoints are "detailed in the OpenAPI specifications within the service documentation" — that documentation (https://api-docs.tgl.ai/, which 301s to https://docs.reflexivity.com/) is password-protected. - There IS a real, anonymous OAuth 2.0 Authorization Server Metadata document (RFC 8414) at https://identity.reflexivity.com/.well-known/oauth-authorization-server. It is the only machine-readable description of this API that a client can fetch without credentials. - Reflexivity operates MCP servers — all 23 published OAuth scopes are namespaced `mcp:` — but does not publish an MCP endpoint URL. An MCP client can discover the authorization server and even register itself, then has nowhere to connect. ## Authentication - Authorization server: https://identity.reflexivity.com - Authorize: https://identity.reflexivity.com/oauth/authorize - Token: https://identity.reflexivity.com/oauth/token - Dynamic client registration (RFC 7591): https://identity.reflexivity.com/oauth/register - Grants: authorization_code, client_credentials, refresh_token - PKCE: S256 and plain - Token: Bearer, in the Authorization header, 24-hour lifetime - Credentials: account id + secret, issued by the Reflexivity back office ## Scopes (verbatim from the authorization server) mcp:*, mcp:alfred-integrations, mcp:attribution-insights, mcp:earnings, mcp:earnings-insights, mcp:entity-performance, mcp:entity-screener, mcp:file-processor, mcp:financial-events, mcp:financial-statements, mcp:insights, mcp:kg-insights, mcp:lseg-datastream-search, mcp:news, mcp:ontology, mcp:price-history, mcp:quant, mcp:scenario-orchestrator, mcp:search, mcp:theme, mcp:theme:v3, mcp:watchlist, mcp:web-search ## API - Production host: https://api.reflexivity.com (authenticated routes return 401 anonymously) - Observed versioned path: /alfred/v1 - Rate limits: not published, and no RateLimit-*/Retry-After headers are emitted anonymously - Error envelope: not observable anonymously (the 401 has an empty body) ## Product capabilities (published) - Deep Research — https://reflexivity.com/en/deep-research - Knowledge Graph — https://reflexivity.com/en/knowledge-graph - Portfolio Insights — https://reflexivity.com/en/portfolio-insights - Scenario Analysis — https://reflexivity.com/en/scenario-analysis - Document Intelligence — https://reflexivity.com/en/document-intelligence - Smart Screening — https://reflexivity.com/en/smart-screening ## Links - Website: https://reflexivity.com/en - API documentation (password-protected): https://api-docs.tgl.ai/ - Sign in: https://reflexivity.com/app - Status: https://status.reflexivity.com/ - Support: https://support.reflexivity.com/hc/en-us - Blog: https://reflexivity.com/en/blog - Press: https://reflexivity.com/en/press - Terms: https://reflexivity.com/en/terms-of-service - Privacy: https://reflexivity.com/en/privacy-policy ## Pricing No prices are published. Two packages are named — "Platform Access" and "API Integration" — both behind a Contact Sales call to action. https://reflexivity.com/en/pricing returns 404. ## Compliance SOC 2 Type 2, annual third-party audits (claimed at https://reflexivity.com/en#security). No trust center; trust.reflexivity.com does not resolve. No /.well-known/security.txt. ## Repository artifacts - authentication/reflexivity-authentication.yml - scopes/reflexivity-scopes.yml - mcp/reflexivity-mcp.yml - well-known/reflexivity-well-known.yml - well-known/reflexivity-oauth-authorization-server.json - conformance/reflexivity-conformance.yml - conventions/reflexivity-conventions.yml - lifecycle/reflexivity-lifecycle.yml - security/reflexivity-domain-security.yml - plans/reflexivity-plans-pricing.yml - rate-limits/reflexivity-rate-limits.yml - packages/reflexivity-packages.yml