Skip to main content
Build integration features into your product so your tenants can connect their apps, sync data, and automate workflows.

1. Install Membrane skill for building product integrations

npx skills add membranehq/agent-skills --skill build-product-integrations
This gives your coding agent the context and tools specifically for building integration features into your product.

2. Ask your agent to build what you need

“Build an integrations page where my users can connect to HubSpot, Salesforce, and Slack.” “Add a data sync that imports contacts from connected CRMs into our database.” “Give our AI assistant tools from our users’ connected apps.”
Your agent will use the CLI to interact with Membrane (creating connections, configuring actions, testing) and will use the SDK, REST API, and Embedded UI to add integration features to your app.

3. Monitor and troubleshoot in the Console

Use the Membrane Console to review what your agent built — inspect connections, actions, and flows. When something doesn’t work as expected, dig into the details down to individual API requests in the Activity Log.

Use Case Guides