Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.getmembrane.com/llms.txt

Use this file to discover all available pages before exploring further.

We recommend always building your own UI for displaying integrations (it is really simple!). That said, membrane also offers a few pre-built UI components for displaying your integrations.

Building Integration UI

Integration Catalog UI

This component displays a full list of integrations in your workspace.
await membrane.open()

Single Integration UI

To let your user connect or configure a single integration, do the following:
await membrane.integration('integration-key').open()