---
title: "Create a new (time limited) token from an auth key"
method: POST
path: "/auth/tokens"
tags: ["auth"]
---

# Create a new (time limited) token from an auth key

`POST /auth/tokens`

Create a new (time limited) token from an auth key

## Headers

- `key` string, required

## Response `201`

Token successfully created

- object
  - `token` string

## Other responses

- `500` — Error

---

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