Adding devices
Bind a physical device
Open the device on BRICKS Foundation
Launch BRICKS Foundation on the device. A 9-character passcode displays on screen.
Create a virtual device
Virtual devices are cloud-based instances that behave like physical devices. Use them for testing and development.- Go to Devices > Add Device
- Select Virtual Device
- Configure the device name and viewport
- Click Create
Device list and monitoring
The device list shows all devices in your workspace with their current status:| Status | Meaning |
|---|---|
| Online (green) | Device is connected and running |
| Offline (gray) | Device is not connected |
| Last alive | Timestamp of the device’s last connection |
Device control
From the device detail page, you can:- Refresh — Reload the application on the device
- Clear cache — Clear the application cache and force a full reload
- Take screenshot — Capture a screenshot of the device’s current display
- Remote debug — Inspect application properties in real time (see remote debugging)
- Debug panel — Toggle debug panel, logging, and other diagnostic overlays on the device
- Activity log — View device event history
Device groups
Device groups have their own top-level tab in BRICKS Controller (Device Group). Use groups to organize devices for batch operations:- Go to the Device Group tab
- Click New Device Group
- Add devices to the group
- Use the group to deploy applications, deploy device settings, or dispatch actions to all devices at once
Device tokens
Virtual devices have a unique token for API access. Use device tokens to interact with virtual devices programmatically through the BRICKS CLI or the workspace API. To view a virtual device’s token:- Click on the virtual device in the device list
- Go to the Settings tab
- Copy the Device Token
Screenshots
Take remote screenshots of any online device:- Select the device from the device list
- Click Screenshot
- The screenshot appears in the device detail page