---
title: "POST /v1/agents/{agent_id}/move"
method: POST
path: "/v1/agents/{agent_id}/move"
tags: ["workspaces"]
---

# POST /v1/agents/{agent_id}/move

`POST /v1/agents/{agent_id}/move`

## Path parameters

- `agent_id` string, uuid, required

## Request body

- MoveAgentBody
  - `workspace_id` string, required

## Response `200`

- MoveAgentToWorkspaceResponse
  - `error` string, nullable
  - `success` boolean, required

## Other responses

- `404`

---

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