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

# Redeem Install Token

`POST /daemon/redeem-install-token`

Exchange a one-time install token for daemon credentials.

Called by the install script. Token is in the body (not the URL) to
avoid exposure in access logs, CDN logs, and browser history.

## Request body

- RedeemInstallTokenRequest
  - `install_token` string, required

## Response `200`

Successful Response

- RedeemInstallTokenResponse
  - `token` string, required
  - `app_slug` string, required
  - `api_url` string, required
  - `user_key` string, required
  - `email` string, required

## 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)
