---
title: "Create a new channel (agent)"
method: POST
path: "/api/v1/agents"
tags: ["Agents"]
---

# Create a new channel (agent)

`POST /api/v1/agents`

## Request body

- CreateAgentDto
  - `name` string, required
  - `description` string
  - `avatarUrl` string, uri
  - `webhookUrl` string, uri

## Response `201`

Agent created

- AgentResponse
  - `id` string, required
  - `name` string, required
  - `description` string
  - `avatarUrl` string
  - `webhookUrl` string
  - `lastActiveAt` string
  - `createdAt` string, required

## Other responses

- `401` — Invalid API key

## Changes

- **2026-04-02** `d05e1eeb4e5c` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/placet-io/apis/placet-api/changes/api/v1/agents/post.md)

---

[API](https://skmtc.dev/placet-io/apis/placet-api.md) · [All operations](https://skmtc.dev/placet-io/apis/placet-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/placet-io/placet-api/revisions/3fb7657511b8/schema)
