---
title: "Bbb Livekit Token"
method: POST
path: "/v1/bbb-livekit-token/{secret}"
tags: ["BBB"]
---

# Bbb Livekit Token

`POST /v1/bbb-livekit-token/{secret}`

Mint a room token on the shared BBB LiveKit project, dispatching the BBB agent.
Authed by the shared path secret; only ever serves the known BBB agent names, and
only ever touches the BBB project, so the worst case for a leaked URL is reaching
the already-public challenges.

## Path parameters

- `secret` string, required

## Headers

- `X-API-Key` string, required

## Request body

- BbbTokenRequest
  - `room_name` string, required
  - `participant_identity` string, required
  - `agent_name` string, nullable
  - `agent_metadata` object, nullable
  - `sim_conversation_id` integer, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/getbluejay/apis/bluejay-api.md) · [All operations](https://skmtc.net/getbluejay/apis/bluejay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbluejay/bluejay-api/revisions/4ef94eeb836d/schema)
