---
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.

---

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