# Leexi AI integration on Definable

> AI notetaker - Transcribe, analyse and summarize your calls and meetings.

## What this connects

AI notetaker - Transcribe, analyse and summarize your calls and meetings.

Vendor: https://www.leexi.ai/

## Tools available

**9** tools available. First 9:

- `LEEXI_CREATE_MEETING_EVENT` — Create Meeting Event — Tool to create a new meeting event in Leexi with timing, participants, and recording preferences. Use when scheduling a meeting that needs to be tracked and potentially recorded in the Leexi system.
- `LEEXI_DELETE_MEETING_EVENT` — Delete Meeting Event — Tool to delete a specific meeting event by UUID. Use when you need to permanently remove a meeting event record from the Leexi system. This is a destructive operation that cannot be undone.
- `LEEXI_GET_CALL` — Get Call — Tool to get details of a specific call or meeting by UUID from Leexi. Use when you need to retrieve call details including topics and transcripts. The simple_transcript provides paragraph-level timestamps, while the transcript includes word-level timestamps.
- `LEEXI_GET_MEETING_EVENT` — Get Meeting Event — Tool to retrieve a specific meeting event by UUID from Leexi. Use when you need to fetch details of a particular meeting event including timing, participants, and recording preferences.
- `LEEXI_LIST_CALLS` — List Calls — Tool to list all calls and meetings in your Leexi workspace with pagination support. Use when you need to retrieve call records. Note: AI-generated content like summaries and chapters may not be immediately available for newly created calls.
- `LEEXI_LIST_MEETING_EVENTS` — List Meeting Events — Tool to list all meeting events in your Leexi workspace with pagination support. Use when you need to retrieve meeting events from the workspace.
- `LEEXI_LIST_TEAMS` — List Teams — Tool to list all teams in your Leexi workspace with pagination support. Use when you need to retrieve team information or iterate through all teams in the organization.
- `LEEXI_LIST_USERS` — List Users — Tool to list all users in your Leexi workspace. Use when you need to retrieve information about workspace members. Supports pagination with configurable page size (1-100 items per page, default 10).
- `LEEXI_REQUEST_PRESIGNED_URL` — Request Presigned URL — Tool to request a presigned URL for uploading a call recording before creating the call. Use when you need to upload a call recording file. After receiving the presigned URL, send a PUT request to the returned URL with the provided headers to upload the file (single-part upload). The uploaded file automatically expires after 3 days unless used to create a call.

## Auth

Auth schemes: `API_KEY`.

## How agents use Leexi

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

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

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

## Categories

- ai meeting assistants — https://definable.ai/apps/category/ai-meeting-assistants/
- transcription — https://definable.ai/apps/category/transcription/

## Related

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