---
title: "Add Agent To Production"
method: POST
path: "/studio/agents/production/add"
tags: ["AI_STUDIO"]
deprecated: true
---

# Add Agent To Production

`POST /studio/agents/production/add`

> **Deprecated.**

Add an agent to the production agents list (agent-names config.agents).

Service user only (public tenant) — this promotes an agent for every tenant.

## Request body

- AddAgentToProductionRequest
  - `name` string, required

## Response `200`

Successful Response

- BaseResponse

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.net/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myaltimate/fastapi/versions/aab3fe5c9f05/schema)
