Organization-Level Connectors
You can define connectors at the organization level. Once configured, these connectors become available for use by any application in your organization.Managing connectors
- Navigate to Connectors.
- Click Add Connector and select the type (Postgres, REST API, etc.).
- Configure the connection details and credentials.
Resource credentials are encrypted and never exposed to the client-side application code.
Using Connectors
In the App Editor, you can bind these pre-configured connectors to your application. The platform handles the secure connection and authentication automatically. The AI assistant will automatically generate and use resource clients when you ask it to interact with your connected connectors.Per-Environment Configuration
When editing a connector, you can configure each environment independently. This lets you use different credentials or endpoints for staging and production.| Environment | Host | Database |
|---|---|---|
| default | prod.example.com | myapp_prod |
| staging | staging.example.com | myapp_staging |
- Click on a connector to edit it
- Select the desired environment
- Enter the connection details for that environment
- Click Save
Learn more about Environments
See how to create and manage environments for your organization.