Command
nylas dashboard apps list
List your Nylas applications.
Written by Qasim Muhammad Staff SRE
What does nylas dashboard apps list do?
The nylas dashboard apps list command displays all Nylas applications in your account with their IDs, names, regions, and environments. Use --region to filter by US or EU. Select an application with `nylas dashboard apps use` to target it for API key generation and CLI operations.
Usage
nylas dashboard apps list [--region us|eu]Flags
| Flag | Description |
|---|---|
| --json | Output as JSON |
| --no-color | Disable color output |
| --verbose(-v) | Enable verbose output |
| --config | Custom config file path |
| --help(-h) | Show help for the command |
| --limit | Limit results (most list commands) |
| --yes(-y) | Skip confirmations |
| --region | Filter by region (us or eu) |
Examples
The nylas dashboard apps list command displays all Nylas applications in your account with their IDs, names, regions, and environments.
List all applications
nylas dashboard apps listList US applications only
nylas dashboard apps list --region usExample output
APPLICATION ID NAME REGION GRANTS
app_abc123 Production App us 1,284
app_def456 Staging App us 37
app_ghi789 EU Pilot eu 12
3 applicationsTroubleshooting
No applications found
Create one with `nylas dashboard apps create --name 'My App' --region us`.
Recommended guides
Automate Customer Onboarding Emails
Run a multi-day onboarding sequence from a signup hook with nylas email send --schedule and hosted templates — no marketing platform, no SMTP.
Getting Started with Agent Accounts
How Nylas Agent Account works. Architecture from Application to Workspace, inbound and outbound email flows, and why managed email replaces SMTP for AI agents.
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.
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.
Getting Started with the CLI
Set up Nylas CLI in under 2 minutes. Create a free Nylas account, get an API key from the dashboard, and run nylas auth config. No browser auth flow needed.
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.
Run nylas dashboard apps list --help for full help output.