---
title: "Create agent deployment"
method: POST
path: "/ai-agent/deployments"
tags: ["Agent Deployments"]
---

# Create agent deployment

`POST /ai-agent/deployments`

Create agent deployment

## Request body

- object
  - `version` string
  - `agentId` string
  - `releaseNotes` string
  - `distributionId` string

## Response `200`

created agent deployment

- ResponseMessage
  - `message` string

---

[API](https://skmtc.net/smythos/apis/smyth-api.md) · [All operations](https://skmtc.net/smythos/apis/smyth-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smythos/smyth-api/revisions/1475e078fb4a/schema)
