# Membervault AI integration on Definable

> MemberVault is a Relationship Marketing Platform that allows users to host courses, memberships, and other digital products in one place.

## What this connects

MemberVault is a Relationship Marketing Platform that allows users to host courses, memberships, and other digital products in one place.

Vendor: https://membervault.co/

## Tools available

**4** tools available. First 4:

- `MEMBERVAULT_ADD_USER` — Add User to Course — Tool to add a user to a specified product. Use when enrolling a user into a course without duplication.
- `MEMBERVAULT_DELETE_USER` — Delete User — Tool to completely delete a user from the account, including all data, progress, and quiz answers (irreversible). Use when you need to permanently remove a user. Example: "Delete user with email user@example.com"
- `MEMBERVAULT_GET_COURSES` — Get Courses — Tool to retrieve all courses (products) in the MemberVault account. Use when you need to list available courses after setting up authentication.
- `MEMBERVAULT_REMOVE_USER` — Remove User from Course — Tool to remove a user's access to a product (course). This simply removes access to the product without deleting the user from the account. Use when revoking course access.

## Auth

Auth schemes: `API_KEY`.

## How agents use Membervault

Inside a Definable workflow, Membervault is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Membervault** — the Researcher (GPT-5.5) pulls context from Membervault (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Membervault** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Membervault (create record, post message, draft email).
- **Designer / Engineer → Distributor → Membervault** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Membervault (attach file, open PR comment, post status).

The Verifier checks every Membervault call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- online courses — https://definable.ai/apps/category/online-courses/

## Related

- HTML page: https://definable.ai/apps/membervault/
- Same category (online courses): https://definable.ai/apps/category/online-courses/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
