AI notetaker - Transcribe, analyse and summarize your calls and meetings.
AI notetaker - Transcribe, analyse and summarize your calls and meetings. On Nagent, Leexi is exposed as a fully-configurable ai meeting assistants integration that any agent can call — 9 actions, and API key authentication. No code is required to wire Leexi into your workflow — connect it once via the External Integrations panel and reuse it across every agent you build.
Agent builders use Leexi to automate the kinds of tasks ai meeting assistants teams previously handled manually. Concrete examples — each one is a single agent step in Nagent — include:
Every action and trigger is paired with a structured input/output schema (visible in the sections below), so when you wire Leexi into Helix — our agentic agent builder — the editor knows exactly what each step expects and produces. Configure once, deploy anywhere across your Nagent agents.
Every operation an agent can call against Leexi, with input parameters and output schema. Drop these into any step of an agent built in Helix.
LEEXI_CREATE_MEETING_EVENTTool 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.
Input parameters
Indicates ownership status of the meeting
Meeting title
Meeting end timestamp in ISO 8601 format
Marks meeting as internal
List of attendee email addresses
Email address of the meeting organizer
Specifies if meeting should be recorded
Unique identifier for the user
Meeting start timestamp in ISO 8601 format
Meeting description
The URL of the meeting
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
LEEXI_DELETE_MEETING_EVENTTool 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.
Input parameters
The unique identifier of the meeting event to delete
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
LEEXI_GET_CALLTool 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.
Input parameters
The unique identifier (UUID format) of the call or meeting to retrieve
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
LEEXI_GET_MEETING_EVENTTool 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.
Input parameters
The unique identifier (UUID format) of the meeting event to retrieve
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
LEEXI_LIST_CALLSTool 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.
Input parameters
Page number for pagination. Used to navigate through multiple pages of results.
Number of items to return per page. Range: 1-100. Default: 10
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
LEEXI_LIST_MEETING_EVENTSTool to list all meeting events in your Leexi workspace with pagination support. Use when you need to retrieve meeting events from the workspace.
Input parameters
Page number for pagination. Used to navigate through multiple pages of results.
Number of items to return per page. Range: 1-100.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
LEEXI_LIST_TEAMSTool 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.
Input parameters
Page number for pagination
Number of items per page (1-100, default: 10)
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
LEEXI_LIST_USERSTool 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).
Input parameters
Page number for pagination
Number of items per page. Valid range: 1-100. Default: 10
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
LEEXI_REQUEST_PRESIGNED_URLTool 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.
Input parameters
The file extension for the recording. Supported video formats: .mp4, .mkv, .avi, .webm, .mov, .wmv, .mpg, .mpeg. Supported audio formats: .mp3, .wav, .aac, .flac, .ogg, .m4a, .wma, .opus, .aiff, .alac, .amr, .ape, .dts, .ac3, .mid, .mp2, .mpc, .ra, .tta, .vox
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
No publicly available marketplace agent is found using this tool yet. There are 55 agents privately built on Nagent that already use Leexi.
Build on Nagent
Connect Leexi to any Nagent agent in minutes — no API key management, no boilerplate. Just configure and deploy.
The five questions agent builders ask before adopting a new integration.
Open the External Integrations panel inside Nagent (app.nagent.ai/externalIntegration), find Leexi, and click "Connect Now." You'll authenticate with an API key — Nagent handles credential storage and refresh automatically. Once connected, Leexi is available to any agent in your workspace.
No. Nagent provides no-code integration for every tool. Once Leexi is connected, you configure its 9 actions directly in the agent builder UI — no API calls, no boilerplate, no schema management.
Helix — Nagent's agentic agent builder — lets you drop Leexi steps into any workflow visually. Pick an action (e.g., one of those listed above), fill in the inputs (Helix knows the required vs. optional schema for each parameter), and connect it to upstream/downstream steps. Triggers run as the entry point of an agent, so when a Leexi event fires, the agent kicks off automatically.
Every Leexi action and trigger ships with a fully-typed schema — input parameters with name, type, required flag, and description, plus the output payload shape. The schemas are documented in the sections above. Helix uses these schemas to validate your configuration at build time and to type-check the data flowing between steps.
Yes. While Leexi ships with 9 pre-built ai meeting assistants actions, you can layer custom logic around them inside Helix — pre/post-processing steps, conditional branches, retries, or stitching Leexi together with other connected tools. For deeper customization, talk to our team about Nagent's Agentic AI Lab — forward-deployed engineers who build Leexi-based workflows tailored to your business.