Wealthkernel Authentication
WealthKernel secures its API with OAuth2 client-credentials against an OpenID Connect authorization server (Duende/IdentityServer-style "/connect/token" endpoint). API clients and secrets are created and managed by Dashboard admin users under Configuration -> API clients. The client_id (client key) and client_secret are exchanged at the token endpoint for a short-lived access token, which is then sent as a Bearer token on each API request. Sandbox and production use separate authorization servers.
WealthKernel secures its APIs with oauth2 and openIdConnect across 1 declared security scheme, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the clientCredentials flow(s).
Security Schemes
Source
Authentication Profile
Work with this as data
Every security artifact here is available over the APIs.io API and to AI agents over MCP.