API Keys
Device Cloud uses API keys for authentication. This guide explains how to obtain, use, and manage your API keys.
Getting Your API Key
Log in to devicecloud.dev
Navigate to the console UI
Find your API key in the settings/account section
Using Your API Key
Command Line
dcd cloud --apiKey your-api-key-here
Environment Variable
export DEVICE_CLOUD_API_KEY=your-api-key-here
dcd cloud # Key will be automatically used
Last updated
Was this helpful?