Connecting
Create a connection to an external app. You can connect by intent — just describe what you want to connect to and Membrane finds the right app automatically.Managing Connections
Listing
List all connections for the current tenant.
Each connection includes a
disconnected flag. If true, the connection needs re-authentication.
Reconnecting
When a connection is disconnected (expired token, revoked access), Membrane attempts to fix it automatically with token refresh and exponential backoff. To reconnect manually:Deleting
Archive a connection to disconnect and remove it.Lifecycle Events
Subscribe to webhook notifications for connection lifecycle events:connection.created— connection established with credentialsconnection.deleted— connection archivedconnection.disconnected— connection lost accessconnection.reconnected— connection restored