Adding one
add takes the integration and prompts for the secret:
--key option, and that is deliberate. A secret in a flag is kept in shell history and readable from the process list by anyone on the machine for as long as the command runs. It is prompted for instead.
In a script, pipe it:
list states that a connection exists, not what is in it.
Model providers
openai, anthropic, google, xai, moonshotai, deepseek, groq and openrouter all speak the same chat-completions shape, so a case’s human runs on whichever one you connect. The first connected provider is the one it uses.
A model judge calls OpenAI’s responses API, which the others do not serve, so a case scored by one needs openai specifically.
Choosing the auth method
An integration that accepts more than one way in takes--auth:
anpord connectors integrations to see the methods each one accepts and the fields they need. A method that signs in through a browser cannot be completed from the terminal, and the command says so rather than failing.
Which connector a run uses
--default marks the one runs reach for: