Connections bind environment‑specific credentials and settings to a Connector. They are what Projects use at runtime to call external systems. Key concepts:Documentation Index
Fetch the complete documentation index at: https://docs.versori.com/llms.txt
Use this file to discover all available pages before exploring further.
- Credentials: API keys, OAuth tokens, or custom secrets. Store securely and rotate regularly.
- Environment config: Sandbox vs production endpoints, feature flags, and rate‑limit policies.
- Reusability: Multiple Projects can use the same Connection when appropriate.
- Create a Connection for a Connector.
- Validate auth with a simple read operation.
- Attach the Connection to a Project.