# WisdomTree Connect Documentation for LLMs Use these stable files instead of crawling the client-rendered SPA UI. Primary entrypoints - ai/index.json - guides/direct-org.md - guides/broker-dealer.md - guides/moderator-org.md - openapi/connect.openapi.yaml - docs-data.json Environments - Production base URL: https://app.wisdomtreeconnect.com - Sandbox base URL: https://api.sandbox.wisdomtreeconnect.com (full Connect API surface; separate sandbox credentials) Critical integration rules - Connect auth uses OAuth2 password grant at POST /o/token/. - Broker Dealer integrations follow the Direct Organization API path: one organization GUID with multiple omnibus wallets and no moderator-only targeting fields. - Moderator integrations must call GET /api/organizations/me first and resolve the client organization in client_organizations before org-scoped routes. - POST /api/orders/ is the shared order creation route; request body fields determine subscription vs redemption, USD vs non-USD, and moderator targeting. - API mapping: subscription = trade_type Purchase, redemption = trade_type Sale. - ABI downloads are not yet available. Use published smart contract guides and addresses for integration. - Planned smart contract entries are informational; prefer validated surfaces for implementation. Audience chooser - Direct organization: guides/direct-org.md and ai/direct-org.json - Broker Dealer: guides/broker-dealer.md and ai/broker-dealer.json (same API behavior as Direct Organization; one organization with multiple omnibus wallets) - Moderator organization: guides/moderator-org.md and ai/moderator-org.json Current source generation date: 2026-03-13 Connect operations in schema: 20 Dataspan endpoints documented: 5