Skip to content

Logo Logo

Adding a New Device

Introduction

The Devices Page provides Site Admins the ability to create and manage API keys for devices and applications that are authorized to interact with their Flywheel instance. Device keys work similarly to user API keys but with elevated permissions. Learn more about Devices and API Keys.

Common use cases for creating devices in Flywheel include:

  • A managed API key that can be used by an internally developed application to send data to Flywheel
  • Giving temporary access to an external application to interact with Flywheel

This article describes how to add a new device to your Flywheel instance.

Data Provenance Considerations

Data imported or modified using a device key will have a recorded origin of Device. Therefore, no user ID will be associated with these actions. Care should be taken in how device keys are used when end-to-end provenance is important to a given project.

Permissions

Device keys have Site-Admin level access to all groups and projects. These Devices can create, modify, and delete data throughout your Flywheel instance.


Instruction Steps

Add a New Device

  1. Sign in to Flywheel as a Site Admin.

  2. Select Interfaces from the left-hand menu.

Device Settings - API Keys.png

  1. Click New Device.

Screen_Shot_2023-05-03_at_9.12.41_AM.png

  1. Enter a label.

  2. For Type, select Reaper or Importer.

Note: There is no functional difference between these types.

  1. Click Add.

  2. The device appears in the list of devices. A Device API Key will need to be created before the device can authenticate to the Flywheel service.

Adding a New Device API Key

To add a new Device API Key, follow the below steps:

  1. Click Generate API Key for the device.

  2. Provide a name for your key, select its expiration date, and click Add Key.

Generate API Key - Device.png

  1. Copy the new key and save it securely. You will not be able to access it again.

Screen_Shot_2023-05-03_at_7.47.46_AM.png

Editing an Existing Device

On existing devices, you can:

  • Revoke and generate a new device key
  • Disable a device

Warning

Regenerating a device key will permanently revoke its current device key. Any entity using the device key will need to re-configured with the new device key to continue operating as expected.