The nylas admin commands let you manage your Nylas infrastructure without the web dashboard. Create applications, configure provider connectors, manage OAuth credentials, and monitor grants — all from the terminal. What nylas admin does Full API management surface: applications, callback URIs, provider connectors (Google, Microsoft, IMAP), credentials, and grants. Useful for CI/CD pipelines, multi-tenant setups, and infrastructure-as-code workflows. Quick Start brew install nylas/nylas-cli/nylas nylas init nylas admin applications list Enter fullscreen mode Exit fullscreen mode Key commands Command What it does nylas admin applications list List all applications nylas admin applications create Create a new application nylas admin connectors list List provider connectors nylas admin connectors create Create a Google/Microsoft/IMAP connector nylas admin credentials list <connector-id> List credentials for a connector nylas admin credentials create Add OAuth credentials nylas admin callback-uris list List…