---
title: "Changes to Create a new agent."
method: POST
path: "/api/v1/projects"
---

# Changes to Create a new agent.

`POST /api/v1/projects`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 4 of 9 revisions.

- **2026-07-17** `b80e6dfcf78d` — 2 warning, 9 info
- **2023-07-12** `1675fc6aa16a` — 1 warning, 14 info
- **2023-06-15** `754bec1d3aae` — 1 breaking, 1 info
- **2023-06-02** `1842d7fd0430` — 1 breaking, 19 warning, 6 info

## Changes

- **2026-07-17** `b80e6dfcf78d` — 2 warning, 9 info
  - added the new `Agent name can't be empty` enum value to the `data/message` response property for the response status `400`
  - added the new `You have reached your agent limit` enum value to the `data/message` response property for the response status `400`
  - api tag `Agents` added
  - api tag `Projects` removed
  - added the new optional request property `is_anonymized`
  - added the new optional request property `is_ocr_enabled`
  - added the optional property `data/are_licenses_allowed` to the response with the `201` status
  - added the optional property `data/subdomain_slug` to the response with the `201` status
  - added the optional property `data/team_id` to the response with the `201` status
  - removed the `Project name can't be empty` enum value from the `data/message` response property for the response status `400`
  - removed the `You have reached your monthly project limit` enum value from the `data/message` response property for the response status `400`
- **2023-07-12** `1675fc6aa16a` — 1 warning, 14 info
  - removed the optional property `data/project` from the response with the `201` status
  - added the optional property `data/created_at` to the response with the `201` status
  - added the optional property `data/deleted_at` to the response with the `201` status
  - added the optional property `data/embed_code` to the response with the `201` status
  - added the optional property `data/id` to the response with the `201` status
  - added the optional property `data/is_chat_active` to the response with the `201` status
  - added the optional property `data/is_shared` to the response with the `201` status
  - added the optional property `data/live_chat_code` to the response with the `201` status
  - added the optional property `data/project_name` to the response with the `201` status
  - added the optional property `data/shareable_link` to the response with the `201` status
  - added the optional property `data/shareable_slug` to the response with the `201` status
  - added the optional property `data/sitemap_path` to the response with the `201` status
  - added the optional property `data/type` to the response with the `201` status
  - added the optional property `data/updated_at` to the response with the `201` status
  - added the optional property `data/user_id` to the response with the `201` status
- **2023-06-15** `754bec1d3aae` — 1 breaking, 1 info
  - removed the media type `application/json` from the request body
  - added the media type `multipart/form-data` to the request body
- **2023-06-02** `1842d7fd0430` — 1 breaking, 19 warning, 6 info
  - removed the media type `multipart/form-data` from the request body
  - removed the optional property `data/are_licenses_allowed` from the response with the `201` status
  - removed the optional property `data/created_at` from the response with the `201` status
  - removed the optional property `data/deleted_at` from the response with the `201` status
  - removed the optional property `data/embed_code` from the response with the `201` status
  - removed the optional property `data/id` from the response with the `201` status
  - removed the optional property `data/is_chat_active` from the response with the `201` status
  - removed the optional property `data/is_shared` from the response with the `201` status
  - removed the optional property `data/live_chat_code` from the response with the `201` status
  - removed the optional property `data/project_name` from the response with the `201` status
  - removed the optional property `data/shareable_link` from the response with the `201` status
  - removed the optional property `data/shareable_slug` from the response with the `201` status
  - removed the optional property `data/sitemap_path` from the response with the `201` status
  - removed the optional property `data/subdomain_slug` from the response with the `201` status
  - removed the optional property `data/team_id` from the response with the `201` status
  - removed the optional property `data/type` from the response with the `201` status
  - removed the optional property `data/updated_at` from the response with the `201` status
  - removed the optional property `data/user_id` from the response with the `201` status
  - added the new `Project name can't be empty` enum value to the `data/message` response property for the response status `400`
  - added the new `You have reached your monthly project limit` enum value to the `data/message` response property for the response status `400`
  - api tag `Projects` added
  - api tag `Agents` removed
  - added the media type `application/json` to the request body
  - added the optional property `data/project` to the response with the `201` status
  - removed the `Agent name can't be empty` enum value from the `data/message` response property for the response status `400`
  - removed the `You have reached your agent limit` enum value from the `data/message` response property for the response status `400`

---

[Operation](https://skmtc.dev/poll-the-people/apis/customgpt-ai/docs/api/v1/projects/post.md) · [API](https://skmtc.dev/poll-the-people/apis/customgpt-ai.md) · [Page](https://skmtc.dev/poll-the-people/apis/customgpt-ai/changes/api/v1/projects/post)
