What problem does it solve? Building a brokerage platform requires handling complex backend operations like KYC-compliant account opening, funding orchestration, and real-time event processing. This Skill provides the operational knowledge to integrate the Alpaca Broker API correctly, covering OAuth2 client credentials authentication, rate limits, sandbox testing, and compliance edge cases. ## Core Features & Use Cases - Account Management & KYC: Create and manage end-user brokerage accounts with KYC/KYB data, handle account statuses from SUBMITTED to ACTIVE, and support domestic, international, and IRA accounts. - Funding & Trading: Orchestrate ACH transfers, journals, crypto wallets, and per-account trading configurations with multi-account order routing. - Real-Time SSE Events: Process trade updates, funding status, journal status, and account status events via server-sent events with pagination support. - Use Case: A fintech engineer building a trading app uses this Skill to implement the full account opening flow in the sandbox environment, test KYC validation with pre-flight checks, then wire up SSE event listeners for funding status before going live. ## Quick Start Ask the assistant to create a sandbox brokerage account with test KYC data using the Alpaca Broker API and show the OAuth2 token flow.