DeviceCloud
Console UIMaestro DocsDiscord
  • Welcome to DeviceCloud
  • Getting Started
    • Quick Start
    • API Keys
    • Executing Flows
    • Limits
    • Upgrade Guide
    • Device Configuration
  • CI/CD Integration
    • Overview
    • GitHub Actions
    • BitRise
    • Any CI
    • Status API
  • Reference
    • Test Execution
    • App Management
    • Environment Variables
    • Device Orientation
    • Device Locale
    • Async Execution
    • Retry Strategies
    • Report Formats
    • Download Artifacts
    • Quiet Mode
    • Maestro Versions
    • Test Run Name
    • Google Play APIs
    • Email Notifications
    • Exit Codes
    • Runner Type
  • Infrastructure & Security
    • IP Addresses
    • Security Overview
    • IT Security Policies
    • Enterprise SSO
  • Legal
    • Service Level Agreements
    • Open Source Notices
    • Privacy Policy
    • Terms and Conditions
    • Refund Policy
Powered by GitBook
On this page
  • Getting Your API Key
  • Using Your API Key
  • Command Line
  • Environment Variable

Was this helpful?

Edit on GitHub
  1. Getting Started

API Keys

PreviousQuick StartNextExecuting Flows

Last updated 4 months ago

Was this helpful?

Device Cloud uses API keys for authentication. This guide explains how to obtain, use, and manage your API keys.

Getting Your API Key

  1. Log in to

  2. Navigate to the console UI

  3. 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
devicecloud.dev