Command

nylas admin applications create

Create an application

Written by Qasim Muhammad Staff SRE

What does nylas admin applications create do?

The nylas admin applications create command creates an application. It is part of the Admin (API Management) commands, which manage Nylas applications, callback URIs, connectors, credentials, and grants.

Usage

nylas admin applications create

Flags

FlagDescription
--branding-name stringBranding name
--callback-uris stringSliceCallback URIs (comma-separated)
--name stringApplication name (required)
--region stringRegion (us, eu)
--website-url stringWebsite URL
--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 admin applications create command creates an application.

JSON output for scripting

nylas admin applications create --json

Filter by branding-name

nylas admin applications create --branding-name <value> --json

Troubleshooting

Command not found or fails

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

Recommended guides

Run nylas admin applications create --help for full help output.