---
title: "Clone Agent Studio Chat"
method: POST
path: "/me/agent-studio-chats/{run_id}/clone"
tags: ["User API"]
---

# Clone Agent Studio Chat

`POST /me/agent-studio-chats/{run_id}/clone`

Clone an agent studio chat

## Path parameters

- `run_id` string, required

## Response `201`

Successfully cloned agent studio chat

- AgentStudioChat
  - `run_id` string, uuid, required
  - `visibility` 'public' | 'private', required
  - `title` string, required
  - `archived` boolean
  - `deployed` boolean
  - `user_id` string, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `last_ran_at` string, date-time, nullable
  - `sandbox_agent_id` string, uuid, required

## Other responses

- `400` — Private agent studio chats cannot be cloned
- `404` — Agent studio chat not found
- `422` — Validation Error

---

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