Now that you’ve created a new action, you’ll land on the Action Details page — your control center for reviewing, refining, and testing how the agent will execute that task. You can watch the quick video walkthrough below to see how to Edit actions, or read through the detailed notes to explore each part of the interface.

Editing Steps in an Action

Edit-Action-1 Every Action is made up of a set of instruction steps—these define the logic your agent will follow when the Action is triggered. You can edit, delete, or add new steps to any Action. This gives you full control over how the agent behaves.

Select Step Type

When editing a step, the first thing you’ll select is the Step Type. Adopt supports six core step types: Edit-Action-1
  1. User Input – Asks the user for specific information (e.g., “What timeframe do you want to check?”).
  2. API Call – Calls an external API using configured inputs.
  3. Filter – Filters a dataset or response (e.g., show only active users).
  4. Output – Displays a message or result back to the user.
  5. Condition – Adds branching logic (e.g., if-else based on user input or API response).
  6. Loop – Repeats a block of steps for each item in a list.

Add Step Description

After selecting the Step Type, you’ll add a natural language description of what the step should do. This helps our AI generate the corresponding JSON logic that powers the agent’s execution under the hood.

Manually Configure Step JSON

You can also manually edit the JSON if you need to fine-tune anything.
The step’s JSON logic is auto-generated based on the Step Type and description you provide — no manual editing required.
But if you want more control, you can open the JSON editor and fine-tune it directly.
Edit-Action-1 Once you’re happy with the step, click Apply to save your changes and update the Action. Next, you can learn more about how to Test Actions once created right from within the Agent Builder Platform.