# Coassemble AI integration on Definable

> Coassemble is a platform that allows users to create, manage, and deliver online training courses.

## What this connects

Coassemble is a platform that allows users to create, manage, and deliver online training courses.

Vendor: https://coassemble.com

## Tools available

**4** tools available. First 4:

- `COASSEMBLE_GET_CLIENTS` — Get Clients — Retrieve a paginated list of clients (organisations). Supports pagination via 'length' and 'page' parameters. Use when you need to list all client organisations or page through them systematically.
- `COASSEMBLE_GET_COURSES` — Get Courses — Retrieve all courses from your Coassemble account with optional filtering and pagination. Use this tool to list, search, or browse courses. You can filter by user identifier, client identifier, or title, and control pagination with length and page parameters. All parameters are optional - call without parameters to get all courses.
- `COASSEMBLE_GET_TRACKINGS` — Get Trackings — Retrieves learner progress tracking records for a specific course. Returns tracking objects containing progress percentages, completion status, and timestamps. Supports filtering by learner identifier, client identifier, date range, and completion status, with pagination support.
- `COASSEMBLE_GET_USERS` — Get Users — Tool to retrieve a paginated list of users. Use when you need to browse or process user records optionally filtered by clientIdentifier.

## Auth

Auth schemes: `API_KEY`.

## How agents use Coassemble

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

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

The Verifier checks every Coassemble 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/coassemble/
- 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
