Skip to content

Create a Visible Agent

Create a named visible agent under an existing installation so activity, assignees, and attribution can point to a meaningful product actor.

Best for Workspace manager Updated April 3, 2026
API In this interface
4 steps Steps
3 interfaces Available in
Use this path when

The create-agent endpoint binds a visible agent to an existing automation.

What you'll finish here
  • Start from the correct installation.
  • Capture the returned profile id.
  • Choose the right team scope and role.

Where this happens

LabelValueNotes
EndpointPOST /api/v1/workspaces/{workspaceId}/agentsCreates a visible agent binding.

Same Task, Other Interfaces

Use the version that matches where you are working now. The subject matter stays the same; the delivery changes by surface.

Do the work

  1. 1. Resolve the workspace id and the parent automation id first.
  2. 2. Send `automationId` and `name` in the request body, plus optional `teamIds` and `role`.
  3. 3. Read the returned binding id and profile id.
  4. 4. Store the profile id anywhere the app or CLI needs to select that visible agent later.

Keep Going in Automation and Agents

Stay in the same interface and move to the next closest task in this topic when needed.

Nearby Guides

These guides stay close to the current workflow so you can keep moving without restarting discovery.