---
title: "Create"
method: POST
path: "/provisioning_tokens"
tags: ["Provisioning Tokens"]
---

# Create

`POST /provisioning_tokens`

Create a new provisioning token.

## Response `200`

Successfully created the provisioning token.

- ProvisioningToken
  - `token` string, required — The provisioning token. This value is only returned when the token is created.
  - `expires_at` string, date-time, required — The expiration date and time of the token.

## Changes

- **2026-05-06** `152ff386a522` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mirurobotics/apis/miru-platform-api/changes/provisioning_tokens/post.md)

---

[API](https://skmtc.dev/mirurobotics/apis/miru-platform-api.md) · [All operations](https://skmtc.dev/mirurobotics/apis/miru-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mirurobotics/miru-platform-api/revisions/3ca381fa7ccd/schema)
