---
title: "Changes to Criar um assistente da etapa"
method: POST
path: "/api/management/steps/{step}/assistants"
---

# Changes to Criar um assistente da etapa

`POST /api/management/steps/{step}/assistants`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 3 of 80 revisions.

- **2026-08-24** `3c590152d5b5` — 20 breaking, 4 warning, 24 info
- **2026-08-19** `d49d48cd1ce0` — 1 info
- **2026-08-19** `69f9300dc045` — 1 breaking, 2 info

## Changes

- **2026-08-24** `3c590152d5b5` — 20 breaking, 4 warning, 24 info
  - request property `execute_on` was restricted to a list of enum values
  - the request property `ai_agent_id` became required
  - the request property `execute_on` became required
  - the request property `funnel_step_id` became required
  - the request property `name` became required
  - the request property `prompt` became required
  - the request property `result_as_dynamic_form/edge_id` became required
  - the request property `result_as_dynamic_form/form_id` became required
  - the request property `result_as_dynamic_form/pivot_class` became required
  - the `active` request property type changed from `number` to `boolean`
  - the `ai_agent_id` request property format changed from no format to `uuid`
  - the `failure_funnel_step_id` request property type changed from `string` to `integer`
  - the `funnel_step_id` request property type changed from `number` to `integer`
  - the `manual_execution_enabled` request property type changed from `number` to `boolean`
  - the `result_as_dynamic_form/edge_id` request property type changed from `number` to `integer`
  - the `result_as_dynamic_form/form_id` request property type changed from `number` to `integer`
  - the `result_as_media` request property type changed from `number` to `boolean`
  - the response property `assistant/failure_funnel_step_id` became nullable for the status `201`
  - the `assistant/deleted_at` response's property type changed from no type to `string`, and format from no format to `date-time` for status `201`
  - the `assistant/result_as_dynamic_form` response's property type changed from no type to `object` for status `201`
  - removed the optional property `validation/ai_agent_id` from the response with the `422` status
  - added the new `manual` enum value to the `assistant/execute_on` response property for the response status `201`
  - added the new `moved` enum value to the `assistant/execute_on` response property for the response status `201`
  - added the new `unlinked` enum value to the `assistant/execute_on` response property for the response status `201`
  - the request property `failure_funnel_step_id` became nullable
  - the request property `result_as_dynamic_form` became nullable
  - the request property `result_as_dynamic_form/funnel_step_id` became nullable
  - the request property `result_as_dynamic_form/id` became nullable
  - the request property `result_as_dynamic_form/loose_form_id` became nullable
  - the request property `result_as_dynamic_form/project_funnel_id` became nullable
  - the request property `result_as_dynamic_form/project_id` became nullable
  - added the new `manual` enum value to the request property `execute_on`
  - added the new `moved` enum value to the request property `execute_on`
  - added the new `unlinked` enum value to the request property `execute_on`
  - added the optional property `assistant/result_as_dynamic_form/edge_id` to the response with the `201` status
  - added the optional property `assistant/result_as_dynamic_form/form_id` to the response with the `201` status
  - added the optional property `assistant/result_as_dynamic_form/funnel_step_id` to the response with the `201` status
  - added the optional property `assistant/result_as_dynamic_form/id` to the response with the `201` status
  - added the optional property `assistant/result_as_dynamic_form/loose_form_id` to the response with the `201` status
  - added the optional property `assistant/result_as_dynamic_form/pivot_class` to the response with the `201` status
  - …8 more
- **2026-08-19** `d49d48cd1ce0` — 1 info
  - api tag `Assistentes` added
- **2026-08-19** `69f9300dc045` — 1 breaking, 2 info
  - removed the success response with the status `200`
  - added the non-success response with the status `422`
  - added the success response with the status `201`

---

[Operation](https://skmtc.dev/olie-ai/apis/olie-api/docs/api/management/steps/:step/assistants/post.md) · [API](https://skmtc.dev/olie-ai/apis/olie-api.md) · [Page](https://skmtc.dev/olie-ai/apis/olie-api/changes/api/management/steps/:step/assistants/post)
