Command

nylas agent account list

List all Nylas agent accounts.

Written by Qasim Muhammad Staff SRE

What does nylas agent account list do?

The nylas agent account list command displays every managed agent email identity (provider=nylas) provisioned on the active application. Each entry shows the email address, account ID, and status. Agent accounts replace the deprecated nylas inbound surface and are used for E2E testing, transactional receive, and giving an AI agent its own inbox without OAuth.

Usage

nylas agent account 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

List agent accounts

nylas agent account list

JSON output

nylas agent account list --json

Example output

EMAIL                          GRANT ID       NAME
support@yourapp.nylas.email    agent_abc123   Support Bot
me@yourapp.nylas.email         agent_def456   Inbox Agent

2 agent accounts

Troubleshooting

No agent accounts shown

Create one with nylas agent account create <email>. Run nylas agent status to confirm the nylas connector is available on this application.

Migrating from nylas inbound

nylas inbound is deprecated. nylas agent account list is the direct replacement; existing inbound inboxes appear as agent accounts.

Recommended guides

Run nylas agent account list --help for full help output.