---
title: "Register External Token"
method: POST
path: "/slack/install/token"
tags: ["Usage"]
---

# Register External Token

`POST /slack/install/token`

Register an external Slack bot token (BYOT).

For multi-tenant scenarios: your customers provide their Slack bot token
and you manage it through Nia's API.

## Request body

- SlackTokenRequest — BYOT: Register an external Slack bot token.
  - `bot_token` string, required — Slack bot token (xoxb-...)
  - `name` string, nullable — Display name for this workspace

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/trynia/apis/nia-ai-api.md) · [All operations](https://skmtc.net/trynia/apis/nia-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trynia/nia-ai-api/versions/d216ffc3efb6/schema)
