authorize_connection
Idempotent
Authorize connections to brokerages like Alpaca or TradeStation for live trading on QuantConnect by opening your browser to complete authentication.
Instructions
Authorize an external connection with a live brokerage or data provider.
This tool automatically opens your browser for you to complete the authentication flow. For the flow to work, you must be logged into your QuantConnect account on the browser that opens.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| errors | No | List of errors with the API call. | |
| success | No | Indicate if the API request was successful. | |
| authorization | No | Authentication information from the data provider or brokerage, including the access token or refresh token. |