Command

nylas notetaker list

The nylas notetaker list command lists all notetakers. It is part of the Notetaker (AI Meeting Bot) commands, which manage Nylas Notetaker bots that join Zoom, Google Meet, and Teams to record and transcribe. Use --json for structured output in scripts and automation.

Written by Qasim Muhammad Staff SRE

What does nylas notetaker list do?

The nylas notetaker list command lists all notetakers. It is part of the Notetaker (AI Meeting Bot) commands, which manage Nylas Notetaker bots that join Zoom, Google Meet, and Teams to record and transcribe. Use --json for structured output in scripts and automation.

Usage

nylas notetaker list

Flags

FlagDescription
--jsonOutput as JSON
--no-colorDisable color output
--verbose(-v)Enable verbose output
--configCustom config file path
--help(-h)Show help for the command
--limitLimit results (most list commands)
--yes(-y)Skip confirmations

Examples

Basic usage

nylas notetaker list --help

Troubleshooting

Command not found or fails

Run `nylas auth config` and `nylas auth login` to authenticate first.

Recommended guides

Build a Transactional Email Agent

Send receipts, confirmations, and alerts from a dedicated agent account — DKIM-signed, idempotent, and rate-capped by a workspace policy, no SMTP relay.

Trigger Agents on Inbound Email with Webhooks

Replace cron polling with webhooks: register a message.created hook so your agent account wakes the agent the instant mail arrives, signature-verified.

Build an Email Digest Agent

Send an opt-in digest to a subscriber group from an agent account — resolve the recipient list from contacts, honor unsubscribes, and send on a schedule.

Migrate from SMTP to Agent Accounts

Move an agent's email off a self-hosted SMTP server: map sends to one CLI command, replace your MX with managed inbound, and cut over with a safety net.

Deploy Agent Accounts in Docker & CI

Run an agent-account agent in a container or CI pipeline: install the CLI, authenticate headlessly with an API key, and keep the key out of image layers.

Build a Recruiting Interview Coordinator

An AI agent schedules interviews across a candidate and an interview panel: it finds slots that fit every panelist, emails the options, and books the panel.

Use Agent Accounts with LangChain

Give a LangChain or LangGraph agent email and calendar by wrapping the Nylas CLI as tools — one subprocess call per action, JSON in and out, no provider SDK.

Custom Domains for Agent Accounts

Send and receive agent email from your own domain instead of *.nylas.email. What DNS records a custom domain needs, how to configure it, and when to skip it.

Build a Signup & Verification Bot

An AI agent signs up for services and reads its own verification codes. Give the bot a real inbox on an agent account and pull the OTP with one CLI command.

Build a Personal Assistant Inbox Agent

Delegate an overflow inbox to an AI assistant on an agent account. It triages forwarded mail, drafts replies into a review queue, and sends a daily brief.

Build an Order-Status Reply Agent

An AI agent answers where-is-my-order emails: it reads the request, extracts the order ID, looks it up in your system, and replies only to the verified owner.

Google Calendar Push Notifications

How Google Calendar watch channels work, why the channel-token mismatch error happens, and how to get signed calendar webhooks with one CLI command instead.

Outlook CLI: Manage Mail and Calendar

Run Outlook mail and calendar from the terminal — no Azure app registration. One OAuth login to list, send, and schedule across Microsoft 365 and Outlook.com.

Schedule Meetings Across Time Zones (CLI)

Find a meeting slot that works in New York, London, and Tokyo from the terminal. Convert times, handle DST, find slots, and book it — offline, no API call.

Build an AutoGen Email Agent

Give an AutoGen agent email by registering the Nylas CLI as a function tool — one subprocess per action, JSON in and out, across 6 providers with no SDK.

Email Tools for the Vercel AI SDK

Add email to a Vercel AI SDK agent with a tool() that shells out to the Nylas CLI. JSON output and read/send across 6 providers with no per-provider SDK.

Build a CrewAI Email Agent

Give a CrewAI agent email by wrapping the Nylas CLI as a tool — one subprocess call per action, JSON in and out, across 6 providers, with no per-provider SDK.

Connect Claude to Your Email with MCP

Claude has no built-in multi-provider email. Connect it via MCP: run the Nylas MCP server and Claude reads and sends across Gmail, Outlook, Yahoo, and iCloud.

Microsoft Graph Calendar API Quickstart

Read and create Outlook calendar events with Microsoft Graph: app registration, Calendars scopes, /me/events, calendarView, and a one-login CLI shortcut.

CalDAV Explained: Protocol and Pitfalls

CalDAV is the open calendar protocol behind iCloud, Fastmail, and Yahoo. How discovery and iCalendar work, which providers use it, and what makes it painful.

Outlook Calendar Change Notifications

How Microsoft Graph calendar subscriptions work, the validationToken handshake, the ~3-day expiry, clientState verification, and a simpler signed-webhook path.

Cal.com vs Nylas: Build vs Buy Scheduling

Cal.com is an open-source scheduling product you embed. Nylas is the calendar API you build scheduling on. Compare build-vs-buy and provider coverage.

Microsoft Graph vs Nylas: Email & Calendar

Microsoft Graph is the API for Outlook and Microsoft 365 only. Nylas wraps Graph plus Gmail, iCloud, Yahoo, and IMAP behind one API. A build-vs-buy decision guide.

Round-Robin Scheduling from the Terminal

Distribute meetings across a team with round-robin scheduling from the terminal. The Nylas CLI checks each member's availability and books the next free rep.

Add Video Conferencing to Calendar Events

Attach a video conferencing link to a calendar event from the terminal. The Nylas CLI adds a meeting link when you create an event, across calendar providers.

Generate an ICS File from the Terminal

Generate an .ics calendar file from the terminal. Read an event as JSON with the Nylas CLI and build a valid RFC 5545 VCALENDAR you can attach or import anywhere.

Reschedule a Meeting from the Terminal

Move a calendar event to a new time from the terminal. The Nylas CLI updates the event and the provider notifies attendees across five calendar backends.

Find a Meeting Time from the Terminal

Find a time that works for every attendee from the terminal. The Nylas CLI reads free/busy across calendars and returns open slots in seconds, with JSON output.

RSVP to Calendar Invites from the Terminal

Accept, decline, or tentatively respond to calendar invites from the terminal. One command sets your RSVP across Google, Outlook, Exchange, iCloud, and Yahoo.

Cancel a Calendar Event from the Terminal

Cancel a calendar event from the terminal in one command. Nylas deletes the event and notifies attendees across Google, Outlook, Exchange, iCloud, and Yahoo.

Draft Email with Smart Compose (CLI)

Generate email drafts from a prompt with the Nylas CLI's smart-compose. Draft fresh messages or context-aware replies, review them, and send only after a human check.

Give Your AI Agent a Managed Calendar

An agent account includes calendar access on the same grant as email. Check availability, find meeting times across timezones, and book events from the CLI.

Build a Meeting-Booking Assistant Agent

Build an AI scheduling agent on a Nylas agent account. It reads a request email, finds a time across timezones, books the event, and emails a confirmation.

Give Your AI Agent a Contacts Directory

An agent account carries contacts on the same grant as email and calendar. Add contacts, resolve names to addresses, group recipients, and dedupe from the CLI.

Build an AI Customer-Support Inbox

Run an AI support agent on a dedicated agent account: read tickets, triage by sender and content, reply in-thread, escalate hard cases, and stay contained.

Manage the Agent Account Lifecycle

Create, inspect, rotate credentials, pause, and delete agent accounts from the CLI — the full lifecycle of a managed agent email identity, step by step.

Provision Agent Accounts at Scale

Bulk-create agent accounts from a tenant list, make provisioning idempotent, apply shared guardrails, inventory the fleet, and tear down — all from the CLI.

Build a Lead-Capture & Qualification Agent

An AI agent reads inbound leads, qualifies each one, saves the good ones to a contacts directory, and notifies sales — fast enough to beat lead decay.

Monitor Agent Account Health

Probe agent account and connector health from the CLI, flag any account that isn't valid across the fleet, and send an alert before an agent fails a task.

Build an Invoice-Intake Agent

An AI agent reads inbound invoices, downloads the PDF attachment, extracts vendor, amount, and due date, and routes a summary to accounting — hands-free.

Outlook OAuth for AI Agents: Graph Setup

Set up OAuth for AI agents that automate Outlook email: Graph app registration, delegated vs application Mail.Send, token lifetimes, and a faster CLI path.

Cronofy vs Nylas: Calendar API Compared

Cronofy is a scheduling-first calendar API; Nylas pairs calendar with email and contacts. Compare scope, pricing models, AI agent support, and CLI tooling.

Recurring Calendar Events: RRULE Explained

RRULE syntax from RFC 5545 (FREQ, INTERVAL, BYDAY, COUNT, UNTIL), plus how Google, Microsoft Graph, and CalDAV expand recurring events and exceptions.

caldav.icloud.com: iCloud CalDAV Settings

iCloud CalDAV settings: caldav.icloud.com over HTTPS port 443, app-specific password auth, principal discovery via PROPFIND, and a CLI path without CalDAV.

AI Agent Audit Dashboard from the CLI

Build an audit dashboard for AI agent activity: per-agent command counts, error rates, session replay, and cron snapshots from nylas audit logs and jq.

Calendar Invite Prompt Injection Defense

Calendar invites land in an AI agent's context without any click. Defend with organizer allowlists, metadata-first triage, human-run RSVPs, and audit logs.

Calendar API Compared: Google, Microsoft, CalDAV

Google Calendar API, Microsoft Graph, and CalDAV each handle auth and events differently. Compare all three to find the right calendar integration for your app.

Attendee vs Recall.ai: Meeting Bots Compared

Compare Attendee, Recall.ai, and Nylas Notetaker for meeting recording and transcription. Platform support, pricing, API access, and CLI integration compared.

Automate Meeting Notes to Email

Record meetings, generate AI summaries from transcripts, and email notes to attendees automatically. Combines notetaker bots with scheduled email sends.

Summarize Email Threads with AI

Summarize long email threads with an LLM from the command line. Extract action items, decisions, and deadlines from threaded conversations in one pipeline.

Build an AI Email Auto-Responder

Build an AI auto-responder that reads incoming email, drafts context-aware replies with an LLM, and sends after human approval. Python and CLI pipeline.

Best CLI Calendar Tools Compared

Compare gcalcli, khal, calcurse, remind, vdirsyncer, and Nylas CLI for terminal calendar management. Features, providers, sync, and installation.

Build a Human-in-the-Loop Email Agent

Build an AI email agent with human approval gates. Classify messages, draft responses, queue for review, and send only after a human confirms each action.

Sync Calendars Across Providers

Compare ICS export, CalDAV, Google Calendar API syncToken, and Microsoft Graph delta queries for cross-provider calendar sync from the terminal.

Calendar CLI Tools Compared

Compare gcalcli, Google Workspace CLI, khal, calcurse, and Nylas CLI for terminal calendar management. Feature matrix, provider coverage, and setup benchmarks.

AgentMail vs Nylas vs Cloudflare Email

Compare AgentMail, Cloudflare Email for Agents, and Nylas Agent Accounts. Feature matrix, pricing, MCP support, and a decision guide for AI agent email in 2026.

Email Prompt Injection Defense

Defend AI email agents against prompt injection attacks. Input separation, capability sandboxing, human-in-the-loop approvals, and audit logging patterns.

Set Up an MCP Email Server in 5 Minutes

Connect AI agents to real email accounts through MCP. Install, configure, and verify an email MCP server for Claude Code, Cursor, and other AI coding tools.

How Apple's New CEO Can Automate iCloud Email

John Ternus takes over as Apple CEO in September 2026. Connect iCloud to AI agents that triage email, draft replies, optimize calendar across 25 time zones, and protect focus time.

MCP vs API for AI Agents

Compare MCP, direct API, and skills for AI agent integrations. Benchmarks show 33% token efficiency gaps and 30x batch speed differences. Decision matrix.

Calendly Alternative for Developers

Build a developer-owned scheduling flow with Nylas CLI: find time, check availability, create events, and handle calendar webhooks.

Create Calendar Invites from the CLI

Create calendar invites from the command line with attendees, location, body text, busy status, and provider-sent notifications.

Check Calendar Availability from Terminal

Check calendar availability and free/busy windows from the terminal with Nylas CLI before creating meetings or booking rooms.

Best Email Infrastructure for AI Agents

Compare Agent Accounts, provider APIs, IMAP, SMTP, MCP, and CLI tools for agent email. Choose a stack for reads, sends, audits, and scale.

EWS Retirement Checklist

Inventory risky EWS scripts, test Exchange email and calendar access, and choose Graph API, CLI, or Agent Account migration paths before 2027.

Gmail API Quotas in 2026

Gmail API quota limits changed May 1, 2026. New per-minute limits, method costs, billing threshold, and CLI patterns for sync jobs and agents.

Secure OpenClaw Email Access

Secure OpenClaw email access with plugin allowlists, scoped Nylas credentials, policy rules, send approvals, and local MCP or exec boundaries.

MCP Email Server Security Checklist

Secure MCP email servers with least privilege, local server checks, token boundaries, webhook verification, and write-action controls.

Outlook MCP Server for AI Agents

Compare Outlook MCP options for AI agents: Microsoft 365 connectors, Graph API tools, and local CLI MCP for email and calendar workflows.

ChatGPT Gmail Connector vs MCP

Compare ChatGPT Gmail apps, custom MCP apps, and local CLI MCP for Gmail workflows. Pick the right path for search, sync, and write actions.

Google Workspace MCP for AI Agents

Compare Google Workspace MCP with multi-provider CLI commands and Agent Accounts for AI agents that need user mail or app-owned inboxes.

Google Calendar API Pagination and Sync

Google Calendar API pagination with nextPageToken on events.list, syncToken sync, recurring event expansion, and 410 Gone recovery. With working code.

Agent-to-Agent Email Communication

Two AI agents, two managed inboxes, one protocol. Create agent accounts with Nylas CLI and exchange structured JSON messages — no shared database needed.

Stop Your AI Agent From Going Rogue

Terminate rogue AI agent sessions at the connector layer. Outbound blocks, auto-reply kill switches, and prompt-injection containment — all before SMTP.

Install Nylas Skills for AI Coding Agents

Install nylas-cli and nylas-api skills in Claude Code, Cursor, Codex CLI, Windsurf, and 30+ AI coding agents. One command adds email and calendar tools.

Create an AI Agent Email Identity

Set up a managed email identity for an AI agent. Create a dedicated inbox, send and receive in 2 minutes — no OAuth setup or third-party mailbox needed.

Google Calendar Ownership Changes

Personal accounts lose orphan secondary calendars April 27, 2026. Workspace follows October 5, 2026. New ownership transfer API arrives June. Prepare now.

Build an AI Email Triage Agent

Build an AI agent that reads your inbox, classifies emails by urgency, drafts replies, and archives noise. Python + Nylas CLI + any LLM. Full code included.

Recall.ai vs Nylas for AI Agent Email

Compare Recall.ai and Nylas CLI for AI agent communication. One handles meeting recordings, the other handles email and calendar. Pick the right tool.

Best Email API for AI Agents: 6 Compared (2026)

Compare Gmail API, Microsoft Graph, SendGrid, Mailgun, Nylas, and raw IMAP for giving AI agents email access. Includes a 14-criteria feature comparison.

Exchange Calendar CLI: Manage Events

Use an Exchange Calendar CLI to list events, create meetings, book rooms, and check availability from terminal. Skip EWS, Graph API, and PowerShell scripts.

iCloud Calendar CLI: Manage Events

Use an iCloud Calendar CLI to list events, create meetings, and check availability from terminal. Skip CalDAV setup and app-specific passwords in scripts.

Yahoo Calendar CLI: Manage Events

Use a Yahoo Calendar CLI to list events, create meetings, and check availability from terminal. Skip CalDAV setup and app-specific passwords entirely.

Google Calendar CLI: Manage Events from Terminal

Use a Google Calendar CLI to list events, create meetings, check availability, and find mutual times from terminal. No Google API credentials needed.

Outlook Calendar CLI: Manage Events

Use an Outlook Calendar CLI to list events, create meetings, check availability, and book rooms from terminal without Graph API or Azure AD setup in scripts.

Record Zoom, Meet, and Teams from the CLI

Send a notetaker bot to any Zoom, Google Meet, or Microsoft Teams call from the command line. Get the recording URL and a full transcript back as JSON.

Give Your AI Coding Agent an Email Address

Connect Claude Code, Cursor, OpenAI Codex CLI, Windsurf, and OpenClaw to a real email account via MCP. Step-by-step setup for each tool using Nylas CLI.

Add Nylas as a Manus MCP Server (manus-mcp-cli)

Register Nylas as an MCP server in manus-mcp-cli so your Manus agents can send email, search the inbox, and manage calendar events inside the sandbox.

Send Email from Linux/Manus Sandbox Without SMTP

Send email from a Linux or Manus sandbox over HTTPS when SMTP ports 25, 465, and 587 are blocked. No Postfix or sendmail — Nylas CLI handles delivery.

Draft Personalized Emails with Manus AI

Use Manus AI to draft personalized emails at scale with Nylas CLI. Feed a CSV contact list, review each AI-generated draft, then approve and batch-send.

Sync Email to CRM with Manus AI

Use Manus AI and Nylas CLI to extract contacts from your inbox, enrich them, and sync to Salesforce, HubSpot, or Pipedrive. No code, no manual data entry.

Email Analytics with Manus AI

Analyze email patterns with Manus AI and Nylas CLI. Break down volume by sender, track response times, find your peak hours, and generate weekly reports.

Manus AI Email Research Agent

Use Manus AI to deep-search your inbox, summarize long email threads, extract decisions and action items, and compile research reports with Nylas CLI.

Manus AI Meeting Scheduler

Schedule meetings via natural language with Manus AI and Nylas CLI. Check participant availability, find mutual open slots, and create events automatically.

Automate Email with Manus AI: Beginner Guide

Five-minute quickstart for Manus + Nylas CLI. Install the Skill, authenticate one mailbox, send a test email, list recent mail, and run your first search.

Manus AI vs Claude Code for Email Automation

Side-by-side comparison of Manus AI Skills and Claude Code MCP for email and calendar automation. Same Nylas CLI backend, different agent runtimes used.

Build an Email Support Agent with Manus AI

Build a Manus AI support agent that polls a shared inbox, matches tickets to knowledge base articles, drafts context-aware replies, and escalates risk.

Reach Inbox Zero with Manus AI

Reach inbox zero with Manus AI and Nylas CLI. Triage unread messages by urgency, auto-categorize threads, draft replies, and bulk-archive noise in one go.

Mail Manus: Automate Email from CLI

Compare Mail Manus forwarding with direct inbox access. Learn when to add the Nylas CLI Skill for search, sending, follow-ups, and calendar workflows.

Map Communication Patterns Between Orgs

Map inter-org communication networks from email data. Identify key stakeholders, score relationship strength, and detect single-threaded risk via graphs.

Reconstruct Org Charts from Email CC Patterns

Infer reporting lines, detect managers from CC behavior, and estimate seniority from email response patterns. Build org charts from inbox data with Nylas CLI.

Automate Email and Calendar in PowerShell

Cross-provider email and calendar automation in PowerShell using Nylas CLI. Read emails, create events, check availability, and schedule meetings from scripts.

Connect Voice Agents to Email and Calendar

Bridge LiveKit, Vapi, or any voice agent framework to email and calendar using Nylas CLI as a subprocess. Complete Python examples for send, read, and schedule.

Design Email Systems for AI Agents: Structured Formats and Machine-Readable Templates

Design email workflows that AI agents parse reliably. Structured JSON output, machine-readable templates, agent-friendly headers, and MCP integration.

Gmail API Limits for AI Agents

Gmail API quotas changed in 2026. OAuth consent setup, token refresh, method costs, MIME encoding, and safer CLI patterns for agent email tools.

Email as Memory for AI Agents

Use email as persistent memory for AI agents — semantic, episodic, and procedural. Search, retrieve, and reason over conversation history with Nylas CLI.

Why AI Agents Need Email Addresses: Identity, Verification, and Agent-to-Agent Communication

AI agents use email as their primary identity on the internet. Covers signups, OTP verification, agent-to-agent messaging, and building identity trust chains.

Why AI Agents Need Email

AI agents need email for authentication, two-way communication, and audit trails. See how Nylas CLI gives agents full inbox access in a single command.

Install the OpenClaw Nylas Plugin

Install @nylas/openclaw-nylas-plugin to add native email, calendar, and contact tools to OpenClaw. Covers API key setup, grant discovery, and plugin vs exec.

Audit AI Agent Activity (Claude, Copilot, MCP)

Audit logs for AI agent actions across Claude Code, GitHub Copilot, and MCP servers. Filter by source, export for compliance, trace every agent command.

Create a Manus Skill: Email & Calendar Workflow

Create a Manus Skill that installs Nylas CLI in the sandbox and teaches your agent email, calendar, and contact workflows via SKILL.md and setup scripts.

Connect OpenClaw to Nylas for Email and Calendar

Use OpenClaw exec to run Nylas CLI for inbox access, email sending, and calendar scheduling. Covers TOOLS.md configuration, exec approvals, and PATH setup.

Manage Calendar Events from Terminal

Create, list, update, and delete calendar events from your terminal with Nylas CLI. DST-aware scheduling, timezone conversion, and AI-powered meeting finder.

AI Agent CLI for Email and Calendar

Build an AI agent CLI for email and calendar with Nylas CLI subprocess commands, JSON output, and no provider-specific API clients.

Email MCP Server for AI Agents

Set up an email MCP server so Claude, Cursor, Windsurf, and VS Code Copilot can read, send, and schedule email and calendar events locally in one command.

Run nylas notetaker list --help for full help output.