Developer documentation
Build safe Advizor Connect integrations
Current v1 docs for TypeScript server and BFF developers, owner/admin app integrations, and browser-safe widget embeds. The site is static documentation only: it provides copyable examples, not live request execution or credential entry UI.
Getting started
TypeScript server/BFF quickstart
Install the current SDK and make your first server-side integration call without exposing group API keys to browser code.
Authentication
Choose the right credential
Separate group API keys, owner bearer tokens, widget tokens, and public routes before you write integration code.
SDK
Auth-specific clients
Use integration, owner, and widget entrypoints that match the credential and runtime boundary of your app.
Guides
Server/BFF and widget patterns
Follow safe implementation patterns for browser apps, embeds, sessions, payments, webhooks, and realtime updates.
Operations
Release status and support
Keep package build, npm publication, example validation, staging smoke, and production readiness as separate gates.