---
title: "Pair with Bolt server"
method: POST
path: "/bolt/{name}/pair"
---

# Pair with Bolt server

`POST /bolt/{name}/pair`

Pair with a Bolt server using Ed25519 key exchange. Requires admin token.

## Path parameters

- `name` string, required

## Query parameters

- `directory` string

## Request body

- object
  - `url` string, required — Bolt server URL
  - `adminToken` string, required — Admin token for pairing authorization

## Response `200`

Bolt pairing successful

- object
  - `clientId` string, required
  - `serverFingerprint` string, required

## Other responses

- `400` — Bad request

## Changes

- **2026-03-17** `437a6ea5aeb3` — 1 info
  - endpoint added
- **2026-01-20** `c7ae6a68e4fb` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/cyberstrikeus/apis/cyberstrike/changes/bolt/:name/pair/post.md)

---

[API](https://skmtc.dev/cyberstrikeus/apis/cyberstrike.md) · [All operations](https://skmtc.dev/cyberstrikeus/apis/cyberstrike/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cyberstrikeus/cyberstrike/revisions/60718ff578c8/schema)
