Robot Planning
Generates and executes a plan for automated growth activities (Robot).
POST /api/agents/growth/robot/plan
Request Body
{
"site_id": "123e4567-e89b-12d3-a456-426614174000",
"user_id": "123e4567-e89b-12d3-a456-426614174000",
"instance_id": "123e4567-e89b-12d3-a456-426614174000",
"activity": "Lead Generation on LinkedIn",
"message": "Find 50 leads in the SaaS sector",
"context": "Focus on decision makers"
}| Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | Yes | The UUID of the site. |
user_id | string | Yes | The UUID of the user. |
instance_id | string | Yes | The UUID of the robot instance. |
activity | string | Yes | Description of the activity to plan/execute. |
message | string | No | Specific message or instruction for the robot. |
context | string | object | No | Additional context for the activity. |
Response
Returns the generated plan, command ID, and execution status.
Last updated on