Command

nylas dashboard apps apikeys create

Create a new API key

Written by Qasim Muhammad Staff SRE

What does nylas dashboard apps apikeys create do?

The nylas dashboard apps apikeys create command creates a new API key. It is part of the Dashboard commands, which manage your Nylas account, applications, API keys, and organizations.

Usage

nylas dashboard apps apikeys create

Flags

FlagDescription
--app stringApplication ID (overrides active app)
--delivery stringAPI key delivery method (activate, clipboard, or file)
--expires intExpiration in days (default: no expiration)
--name string(-n)API key name (default: CLI-<timestamp>)
--region string(-r)Region (overrides active app)
--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

The nylas dashboard apps apikeys create command creates a new API key.

JSON output for scripting

nylas dashboard apps apikeys create --json

Filter by app

nylas dashboard apps apikeys create --app <value> --json

Troubleshooting

Command not found or fails

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

Recommended guides

Run nylas dashboard apps apikeys create --help for full help output.