Package com.cloudforge.core.manager.agent
package com.cloudforge.core.manager.agent
-
ClassDescriptionWhich CloudForge Agent client a registered device is — cloudforge-studio (macOS), cloudforge-desktop (Windows), or cloudforge-terminal (Linux).Body of
POST /api/v1/settings/devices— the one request every CloudForge Agent client (cloudforge-studio/desktop/terminal) sends to register itself.Response to a successfulPOST /api/v1/settings/devices— carries the plaintextdeviceTokenexactly once.One row ofGET /api/v1/settings/devices— never carries the device token itself (seeDeviceRegistrationResponse's javadoc: that value exists only once, at registration).