# Aidentified > Aidentified is a Wealth Network Intelligence platform for financial advisors, wealth managers, > insurance brokers, investment banks and non-profits. It maps a user's existing relationships > against 300M+ professional and consumer profiles and more than 16 billion connections to find the > warmest introduction path to any prospect, and it monitors 16 "wealth events" (job changes, > liquidity events, insider stock purchases, company acquisitions, property transactions, IPO > filings) that signal when to reach out. Founded 2017, headquartered in Boston. This file is generated by API Evangelist from publicly reachable Aidentified surfaces. Aidentified does not publish an llms.txt of its own (https://www.aidentified.com/llms.txt returns 404). ## API surface Aidentified runs three distinct machine surfaces. None of them has a public reference, and none has a published OpenAPI. - Bulk contact matching and enrichment API — base https://matching-api.aidentified.com, versioned under /v1/. Upload a CSV of contacts, receive enriched attributes back, then collect nightly delta files (changed attributes) and nightly trigger files (wealth events). Authenticated with a bearer JWT obtained by POSTing an account email and password to /login. The only public description of this API is Aidentified's own Apache-2.0 CLI: https://github.com/aidentified-llc/matching-api-cli - Realtime enrichment API — marketed on https://www.aidentified.com/platform/platform-capabilities as "real-time search and matching on 200 data attributes and wealth event trigger alerts". No base URL, reference or contract is published for it. - MCP server — https://mcp.aidentified.com/mcp, a live remote Model Context Protocol server over streamable HTTP, protocol version 2026-06-18, protected by OAuth 2.1 with PKCE. Its tool list is auth-gated and it is not documented anywhere on aidentified.com. ## Getting access API access is not self-serve. The support help center's answer to "How can I get an API key/token?" is, verbatim: "For all Aidentified API inquiries, please contact your sales representative." - Help center article: https://support.aidentified.com/hc/en-us/articles/52599228720532-How-can-I-get-an-API-key-token - Request a demo: https://www.aidentified.com/request-demo ## Authentication - Matching API: POST https://matching-api.aidentified.com/login with {email, password} returns {bearer_token, expires_in}. Present as `Authorization: Bearer `. - MCP server: OAuth 2.1 authorization code + PKCE (S256). - Protected-resource metadata: https://mcp.aidentified.com/.well-known/oauth-protected-resource/mcp - Authorization server metadata: https://login.aidentified.com/.well-known/oauth-authorization-server - OpenID Connect discovery: https://login.aidentified.com/.well-known/openid-configuration - Authorize: https://app.aidentified.com/oauth/authorize - Token: https://login.aidentified.com/v1/oauth2/token - Dynamic client registration: https://login.aidentified.com/v1/oauth2/register - Scopes: openid, profile, email, phone, offline_access, full_access ## Client libraries - aidentified-matching-api (PyPI, Apache-2.0, official) — CLI and library for the matching API. Latest release 1.2.0, published 2023-06-21. https://pypi.org/project/aidentified-matching-api/ - No JavaScript, Java, Go, Ruby, .NET or PHP client is published in any registry. ## Product and pricing - Platform overview: https://www.aidentified.com/platform/product-overview---saas-signup - DaaS platform: https://www.aidentified.com/platform/product-overview---daas - Our data: https://www.aidentified.com/platform/our-data - Capabilities: https://www.aidentified.com/platform/platform-capabilities - Pricing: Starter $49/user/month (125 monthly credits); Premium $199/user/month (5,000 yearly credits, one CRM integration); Enterprise custom (unlimited saved searches/imports, SSO, dedicated onboarding). API access is not included in any published tier. ## Support, legal and trust - Help center: https://support.aidentified.com/hc/en-us - Trust center: https://trust.aidentified.com (Vanta-hosted) - Terms & conditions: https://www.aidentified.com/terms-conditions (asserts SOC 2 compliant policies) - Privacy policy: https://www.aidentified.com/privacy--policy - Consumer data rights: https://www.aidentified.com/see-my-data and https://www.aidentified.com/delete-my-data - Log in: https://app.aidentified.com/ — Sign up: https://app.aidentified.com/vip/register ## What Aidentified does not publish Recorded so an agent does not go looking: no OpenAPI or Swagger, no GraphQL endpoint, no AsyncAPI, no webhooks (wealth events arrive as nightly CSV trigger files, not pushes), no A2A agent card, no security.txt on any host, no status page, no changelog, no public Postman collection, no documented rate limits or rate-limit response headers, and no idempotency mechanism on its write operations.