Available connectors
More are added regularly — check the connector picker in the app for the current set.
Creating a connector
- Settings → Connectors → New.
- Pick the system.
- Auth via OAuth (most systems) or paste credentials directly (databases, S3, generic HTTP).
- Give it a memorable name.
- Optionally scope it to specific folders, buckets, or channels — narrower scopes reduce accidental exposure.
Using a connector
In any Source block, pick the connector from the dropdown. The block will surface config specific to that system (which folder, which channel, which SQL, etc).Testing
Every Connector has a Test button that runs a read-only probe (list a folder, count messages in a channel, runSELECT 1). Green means credentials are valid.
Rotating credentials
Settings → Connectors → [name] → Rotate. Old credentials keep working for a 60-minute grace period so in-flight pipelines don’t fail.Least privilege
- OAuth connectors default to the narrowest scope that satisfies read-only access.
- For databases, create a Nora-only user with
SELECTon specific schemas. - For S3, use an IAM policy scoped to a single prefix.