Skip to main content
Connectors allow you to securely connect your internal tools to your infrastructure (databases, APIs, etc.).

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

  1. Navigate to Connectors.
  2. Click Add Connector and select the type (Postgres, REST API, etc.).
  3. 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.
EnvironmentHostDatabase
defaultprod.example.commyapp_prod
stagingstaging.example.commyapp_staging
To configure:
  1. Click on a connector to edit it
  2. Select the desired environment
  3. Enter the connection details for that environment
  4. Click Save

Learn more about Environments

See how to create and manage environments for your organization.