trigger_agent_activity
Trigger a specific agent to run a specific activity immediately. This dispatches the work and returns — it does not wait for the activity to complete. Use this to direct agents to take action.
[sensitive-tier, initiates a multi-step agent process — first use may require a manager's approval; a from-now-on approval makes future calls seamless, a just-once approval re-asks next time.]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | Optional. A specific instruction for THIS run only — e.g. "only reconcile the X reply queue, skip everything else". When given, it becomes this run's goal and takes priority over the activity's standing description. Omit for a normal run. | |
| companyId | Yes | FreedomOS company id to act within (you must be a member). Required for company-scoped tools. | |
| agent_name | Yes | Name of the agent to trigger (e.g. "Aiko") | |
| activity_name | Yes | Name of the activity to run (e.g. "weekly_content_report") | |
| resume_run_id | No | Optional. UUID of a hung activity_runs row to continue on the SAME job (255s isolate death). Omit to start a new run. |