# Memberspot AI integration on Definable

> Memberspot is an online course and video-hosting platform designed to facilitate knowledge management and community engagement for businesses.

## What this connects

Memberspot is an online course and video-hosting platform designed to facilitate knowledge management and community engagement for businesses.

Vendor: https://www.memberspot.de/

## Tools available

**13** tools available. First 12:

- `MEMBERSPOT_CREATE_LOGIN_TOKEN` — Create Login Token — Tool to generate a one-hour login token for a user. Use when you need to auto-login a user by their UID (token expires after one hour).
- `MEMBERSPOT_DELETE_USERS` — Delete Users — Tool to delete one or more users from the platform. Use when you need to remove specified users by their email addresses. Only existing school users are removed; invalid or out-of-school emails are ignored.
- `MEMBERSPOT_DELETE_USERS_POST` — Delete Users (POST) — Tool to delete multiple users by email using POST method. Use this if your client does not support DELETE with body. Only existing school users are removed; invalid or out-of-school emails are ignored.
- `MEMBERSPOT_FIND_USER_BY_MAIL` — Find user by email — Tool to retrieve a user's details by their email address. Use when you need to look up a user after obtaining their email.
- `MEMBERSPOT_GET_USER_COURSE_PROGRESS` — Get user course progress — Tool to retrieve user course progress for a specific course and email. Use when you need to check how far a user has progressed through a particular course. Returns details including active posts, completed posts, and user information. Rate limited to 4 requests per second.
- `MEMBERSPOT_GRANT_USER_OFFER_BY_MAIL` — Grant user offer by email — Tool to grant a user access to an offer by email. If the user does not exist, a new user is created automatically.
- `MEMBERSPOT_LIST_CUSTOM_USER_PROPERTIES` — List custom user properties — Tool to list all defined custom user properties. Use when you need to retrieve metadata of custom user properties after authentication.
- `MEMBERSPOT_LIST_OFFERS` — List all offers — Retrieves all available offers (products/course bundles) from the Memberspot school. Use this to discover offer IDs before granting or revoking user access. Each offer contains course IDs it grants access to and metadata like priority and update time. No parameters required - returns all offers in the school.
- `MEMBERSPOT_LIST_USER_COURSE_PROGRESS` — List user course progress — Retrieves paginated list of all course progress for a specific user by email. Use to track user progress across all enrolled courses, including active and completed posts. Rate limited to 4 requests per second.
- `MEMBERSPOT_LIST_USERS` — List Users — List all users in your Memberspot school with optional filtering and pagination. Use this tool to: - Retrieve all users in your membership platform - Filter users by offer access, course enrollment, or active status - Paginate through large user lists using the nextPage token Returns user details including email, name, creation date, progress, and custom properties. Note: API rate limit is 4 requests per second.
- `MEMBERSPOT_SET_OFFER_EXPIRES` — Set offer expiration — Tool to set or remove the expiration date for an offer for a user. Use when you need to grant time-limited access to an offer or remove time limits from an existing offer. When no value is provided for expiresAt, the offer expiration will be removed.
- `MEMBERSPOT_SET_ORDER_STATE` — Set order state — Manages order-based offer access for a user in Memberspot. Use this to activate (grant access), deactivate (revoke access), or delete an order-based offer association. Order IDs typically come from payment providers (Stripe, Copecart, Digistore) after a purchase.

## Auth

Auth schemes: `API_KEY`.

## How agents use Memberspot

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

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

The Verifier checks every Memberspot 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/memberspot/
- 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
