Skip to Content
The Makinari API repo now includes an MCP Server — connect your AI models directly. View on GitHub →
AgentsGrowthRobot

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" }
ParameterTypeRequiredDescription
site_idstringYesThe UUID of the site.
user_idstringYesThe UUID of the user.
instance_idstringYesThe UUID of the robot instance.
activitystringYesDescription of the activity to plan/execute.
messagestringNoSpecific message or instruction for the robot.
contextstring | objectNoAdditional context for the activity.

Response

Returns the generated plan, command ID, and execution status.

Last updated on