Tracxn Authentication
Tracxn runs TWO independent authentication models, one per surface, and they share no credential. The REST API takes a long-lived, account-scoped API token in an `accessToken` request header — no OAuth, no scopes, no expiry for active accounts. The MCP server takes OAuth 2.1 with PKCE and dynamic client registration, browser-based, with a single `read` scope. Tokens are additionally ENVIRONMENT-specific on REST: the Playground token and the Production token are separate credentials issued from separate pages and Tracxn explicitly warns against reusing one for the other.
Tracxn secures its APIs with apiKey and oauth2 across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorization_code flow(s).