---
title: "Create Install Token"
method: POST
path: "/admin/daemon/install-token"
tags: ["Daemon"]
---

# Create Install Token

`POST /admin/daemon/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).

## Request body

- CreateInstallTokenRequest
  - `user_key` string, nullable

## Response `200`

Successful Response

- CreateInstallTokenResponse
  - `install_token` string, required
  - `install_command` string, required
  - `expires_in` integer

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/hyperspell/apis/hyperspell-api.md) · [All operations](https://skmtc.net/hyperspell/apis/hyperspell-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hyperspell/hyperspell-api/versions/5721acd588e6/schema)
