# LMNT AI integration on Definable

> LMNT focuses on voice and audio manipulation, possibly leveraging AI to generate or transform sound for various creative and technical use cases

## What this connects

LMNT focuses on voice and audio manipulation, possibly leveraging AI to generate or transform sound for various creative and technical use cases

Vendor: https://drinklmnt.com

## Tools available

**8** tools available. First 8:

- `LMNT_CREATE_VOICE` — Create Voice — Creates a custom voice in LMNT by training on uploaded audio samples. The voice can then be used for text-to-speech synthesis. Returns the voice ID and metadata upon successful creation. The voice may be in 'training' state initially before becoming 'ready'.
- `LMNT_DELETE_VOICE_INFO` — Delete Voice Info — Deletes a voice from your LMNT account. This operation permanently removes the voice and cancels any pending operations on it. This action cannot be undone. Only voices owned by you (owner='me') can be deleted; system voices cannot be deleted. Use case: Remove custom voices that are no longer needed to manage your voice library.
- `LMNT_GENERATE_SPEECH_WITH_METADATA` — Generate Speech With Metadata — Generates speech from text and returns JSON with base64-encoded audio and optional word-level timing metadata. Use when you need the synthesis seed or word timestamps for subtitle synchronization. For lower latency without metadata, use the Synthesize Speech action instead.
- `LMNT_GET_ACCOUNT` — Get Account — Retrieves account information including subscription plan details and current usage statistics.
- `LMNT_GET_VOICE_INFO` — Get Voice Info — Gets metadata for a specific LMNT voice, including active status, supported languages, and plan availability. Useful for validating a voice ID before using it in synthesis requests.
- `LMNT_GET_VOICES_LIST` — Get Voices List — Retrieves a list of available voices from LMNT. Returns both system-provided preset voices and any custom voices you have created. Use filters to narrow results by ownership (system vs custom) or starred status. Each voice includes details like ID, name, description, gender, state, and preview URL.
- `LMNT_SYNTHESIZE_SPEECH` — Synthesize Speech — Synthesizes speech from text using LMNT's AI voices. Converts text (up to 5000 characters) into natural-sounding speech audio using a specified voice. Returns base64-encoded audio at `data.response_data.audio` — decode before saving or passing to other tools. Supports multiple audio formats and quality settings for different use cases.
- `LMNT_UPDATE_VOICE` — Update Voice Info — Updates information about a specific voice in LMNT. You can update the name, description, gender, starred status, and unfreeze state of a voice. Note: Only user-owned voices (owner='me') can have their name, description, and gender updated. System voices can only be starred/unstarred.

## Auth

Auth schemes: `API_KEY`.

## How agents use LMNT

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

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

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

## Categories

- artificial intelligence — https://definable.ai/apps/category/artificial-intelligence/
- video & audio — https://definable.ai/apps/category/video-&-audio/

## Related

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