Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

API Key authentication for programmatic access. Include your API key in the Authorization header as: Bearer your_api_key_here

Path Parameters

agentId
string<uuid>
required

Unique identifier of the agent

triggerId
string<uuid>
required

Unique identifier of the trigger

Body

application/json

Request body for moving a trigger to a different agent

targetAgentId
string<uuid>
required

Agent that should own and run this trigger

Response

Successful response

Response confirming the trigger was moved to the target agent

success
boolean
required

Whether the move succeeded

data
object
required