---
title: "Promote Production Label Agent Scoped"
method: POST
path: "/v1/agents/{agent_id}/prompts/promote"
tags: ["Prompts"]
---

# Promote Production Label Agent Scoped

`POST /v1/agents/{agent_id}/prompts/promote`

Move the production label to the latest prompt version, or to the version identified by prompt_id.

## Path parameters

- `agent_id` integer, required

## Query parameters

- `prompt_id` string, uuid, nullable — If set, attach the production label to this prompt version; otherwise attach to the latest version.

## Headers

- `X-API-Key` string, required

## Response `200`

Successful Response

- PromptResponse — response model for prompt without created_at.
  - `id` string, uuid, nullable — the id of the prompt
  - `prompt_text` string, required — the prompt content
  - `commit_message` string, nullable
  - `labels` string[], nullable — labels associated with the prompt
  - `metadata` object, nullable — arbitrary JSON metadata
  - `version` integer, required — the version number of the prompt
  - `agent_id` integer, required — id of the agent that owns this prompt

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