---
title: "Create uplink token"
method: POST
path: "/uplink/token"
tags: ["uplink"]
---

# Create uplink token

`POST /uplink/token`

Create or retrieve an authtoken for uplink connections

## Response `200`

Successful response

- UplinkTokenResponse
  - `authtoken` string, required
  - `domain` string, required

## Other responses

- `401` — Unauthorized - Missing API key
- `500` — Internal server error

---

[API](https://skmtc.dev/smithery-ai/apis/smithery-platform-api.md) · [All operations](https://skmtc.dev/smithery-ai/apis/smithery-platform-api/llms.txt) · [OpenAPI document](https://skmtc.dev/smithery-ai/apis/smithery-platform-api/revisions/e0848f588e5f?raw)
