Memberstack
Overview
SLUG: MEMBERSTACK
Description
Memberstack is a platform that enables developers to add user authentication, payments, and member management to their websites without writing backend code.
Authentication Details
API Key
Connecting to Memberstack
Create an auth config
Use the dashboard to create an auth config for the Memberstack toolkit. This allows you to connect multiple Memberstack accounts to Composio for agents to use.
Create and Get auth config ID
Click “Create Memberstack Auth Config”. After creation, copy the displayed ID starting with ac_
. This is your auth config ID. This is not a sensitive ID — you can save it in environment variables or a database.
This ID will be used to create connections to the toolkit for a given user.
Connect Your Account
Using API Key
Tools
Executing tools
To prototype you can execute some tools to see the responses and working on the Memberstack toolkit’s playground
OpenAI (Python)
Anthropic (TypeScript)
Google (Python)
Vercel (TypeScript)
Tool List
MEMBERSTACK_CREATE_MEMBER
Tool Name: Create Member
Description
Action Parameters
Action Response
MEMBERSTACK_DELETE_MEMBER
Tool Name: Delete Member
Description
Action Parameters
Action Response
MEMBERSTACK_GET_MEMBER
Tool Name: Get Member
Description
Action Parameters
Action Response
MEMBERSTACK_LIST_MEMBERS
Tool Name: List Members
Description
Action Parameters
Action Response
MEMBERSTACK_LIST_PLANS
Tool Name: List Plans
Description
Action Parameters
Action Response
MEMBERSTACK_REMOVE_FREE_PLAN
Tool Name: Remove Free Plan
Description
Action Parameters
Action Response
MEMBERSTACK_UPDATE_MEMBER
Tool Name: Update Member
Description
Action Parameters
Action Response