Connectors
A connector stores the credentials and configuration needed to talk to an external provider, such as a cloud platform, a model provider or a search service. Set up once, a connector can then be reused safely across the platform wherever that provider is needed.
A connector is like a saved login kept in one secure place. Instead of entering the same keys into every feature that needs them, you store them once and let each feature reference the connector. The secret lives in a single, controlled location.
Why centralise credentials
Scattering API keys and passwords across many settings is both unsafe and hard to maintain. A connector solves this by giving you:
- Security: sensitive credentials are stored in one place rather than copied around.
- Reuse: the same connection can serve several features at once.
- Visibility: you can see where each connector is used before you change or remove it.
- Control: rotating or revoking access is done once, in one place.
What connectors link to
Once configured, a connector can be used by different parts of the platform:
- Models: to reach a model provider's API.
- Sources: to read data from an external system.
- Tools: to let an agent call an external service.
This is also central to sovereign AI: because every external connection is explicit, you stay in control of exactly which providers your data reaches.
Connectors in Rational AI
The Connectors section is where you add connectors and review where each one is used, so the rest of the platform can reach the outside world without ever handling raw credentials directly.
Additional resources
- Connectors settings: add and manage connections to external providers.
- Source and resources: connections that bring your data in.
- Sovereign AI: why explicit, controlled connections matter.