# Finatic > Unified brokerage data and trading APIs; connect users to multiple brokers via one integration. ## Integration approach - **Use the Finatic SDKs** (`@finatic/client`, `@finatic/server-node`, Python server SDK) — do not implement against raw HTTP unless you have a rare edge case. ## Canonical SDK API (for machines) - [SDK API Reference JSON](https://finatic.dev/sdk-api-reference.json) — full method catalog (ground truth for agents and RAG). - [Interactive docs — API overview](https://finatic.dev/docs/api-reference) — human-oriented; accordion HTML is supplemental. ## Optional: raw HTTP OpenAPI - [OpenAPI (if deployed)](https://finatic.dev/openapi.json) — machine-readable **REST** surface from finaticAPI; **optional**, may 404. Prefer SDKs and the SDK JSON above. ## Important URL notes - Header label "Integrations" maps to `/integrations`. - Interactive playground: `/docs/interactive-playground`. - Team dashboard routes: `/home/{team_slug}` (e.g. API keys at `/home/{team_slug}/api-keys`, billing at `/home/{team_slug}/billing`). - `/join` requires `?invite_token=...`; bare `/join` returns 404 by design. ## Sitemap - [Sitemap (XML)](https://finatic.dev/server-sitemap.xml) ## Key pages - [Home](https://finatic.dev/) - [docs](https://finatic.dev/docs) - [integrations](https://finatic.dev/integrations) - [pricing](https://finatic.dev/pricing) - [faq](https://finatic.dev/faq) - [contact](https://finatic.dev/contact) - [docs — interactive-playground](https://finatic.dev/docs/interactive-playground) - [cookie-policy](https://finatic.dev/cookie-policy) - [terms-of-service](https://finatic.dev/terms-of-service) - [privacy-policy](https://finatic.dev/privacy-policy) - [compliance-policy](https://finatic.dev/compliance-policy) - [developer-terms-policy](https://finatic.dev/developer-terms-policy) ## Packages (npm) - [@finatic/client](https://www.npmjs.com/package/@finatic/client) - [@finatic/server-node](https://www.npmjs.com/package/@finatic/server-node)