Daemon

Create Install Token

Generate a pre-authenticated install token for the daemon.

The token is short-lived (1 hour) and single-use. The install script exchanges it for the real daemon config (long-lived JWT + settings).

post/admin/daemon/install-token

Request body

user_keystring nullable

Response

Successful Response

install_tokenstring required
install_commandstring required
expires_ininteger

Changes