[Feature] Robinhood options order support with explicit trading limits

Author: balu1866Created Sep 14, 2026Updated Sep 17, 2026

Request

Please consider adding options order placement to the Robinhood Agentic Trading connector, with a clear UI flow for reviewing and authorizing options-specific limits.

Options Lab supports strategy analysis, but users cannot currently carry an options plan through this connector to an executable options order. The installed v0.1.15 connector maps order submission to place_equity_order; I did not find an options-order path.

Suggested scope

  • Detect whether Robinhood’s Agentic interface and the selected account support options execution. If the broker does not expose it, clearly document that dependency.
  • Support explicit contract selection: ticker, call/put, strike, expiration, contract quantity, and limit premium.
  • Start with single-leg options and, where the broker supports atomic execution, defined-risk multi-leg spreads.
  • Include contract multipliers and options-specific exposure/max-risk checks in the existing mandate and order guard, with explicit user approval before enabling options.
  • Show order status, fills, cancellations, and actionable broker errors. Test with mocks or a supported paper environment before live use.

Related work

The closed Options Lab request (#1095) explicitly covers research only and does not place orders. This request is for the separate broker execution capability, not another payoff visualization.

Is this planned, or is it currently blocked by Robinhood’s Agentic API capabilities?