What problem does it solve? It removes the friction of manually interacting with the Alpaca brokerage platform by providing ready-to-use Python patterns and scripts for placing orders, monitoring positions, and managing a trading account programmatically. ## Core Features & Use Cases - Order Management: Submit market, limit, stop, and stop-limit orders for stocks, crypto, and options with configurable time-in-force settings. - Account & Position Monitoring: Check buying power, portfolio value, open positions, and profit/loss from the command line. - Paper Trading Support: Test strategies risk-free against Alpaca's paper trading environment before going live. - Use Case: A developer building an automated trading bot can use the included scripts to verify account status, inspect open positions, and place test orders against the paper API before deploying a live strategy. ## Quick Start Ask the assistant to check your Alpaca paper trading account balance and open positions using the provided scripts with your API keys set as environment variables.