Setting up a new authenticated link to an app.
Overview
Use New Connection and:
Pick the app you want to connect to — apps are grouped by category, with search (any built-in connector or a custom one).
Fill in the connection form — a name, the authentication method (if the app offers more than one, e.g. OAuth vs API key), and the inputs that method needs: credentials, host/region, scopes. A docs panel beside the form shows the app's own setup instructions.
Create / Authorize — for key/password-style auth click Create: the platform first tests the credentials against the app and only saves the connection if the test passes. For OAuth click Authorize: you're sent through the app's login-and-consent flow instead.
Once saved, the connection is available for automations, apps, and agents to use. The exact inputs depend on the app and auth method you chose.


How authenticating actually works
What happens depends on the method:
OAuth — clicking Authorize sends you to the app's own login/consent page; you approve access and are returned to the platform, which exchanges that approval for an access token (and a refresh token if the app issues one). No password is stored — just the tokens, encrypted. Some apps then show a short Confirm OAuth Details step for extra inputs. Tokens are refreshed automatically afterwards as they expire.
API key / token or Basic auth — you enter the key (or username/password) directly and click Create; the platform makes a real test call to validate it, then stores it encrypted. No redirect.
Either way the credentials are encrypted at rest and never shown back to you, and the platform applies them to every request the connection makes.

