---
title: "Generate Kore Inbound Token"
method: POST
path: "/v1/generate-kore-inbound-token"
tags: ["Agents"]
---

# Generate Kore Inbound Token

`POST /v1/generate-kore-inbound-token`

Generate (or rotate) the Bluejay-provisioned access token that Kore.ai pastes into
its Webhook channel "Access Token" field. The plaintext is returned ONCE — store it
encrypted at rest.

## Headers

- `X-API-Key` string, required

## Request body

- AgentWebhookKeyRequest — Request model for creating/getting an agent webhook key
  - `agent_id` string, nullable — ID of the agent
  - `external_agent_id` string, nullable — External ID of the agent

## Response `200`

Successful Response

- AgentWebhookKeyResponse — Response model for agent webhook key
  - `signing_key` string, required — Signing key
  - `message` string, required — Message

## 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/f48cef80963f/schema)
