agent.coaching_insight_created
GiGi has a new coaching insight ready for the agent to review.
Fires when: A coaching loop run completes and produces at least one new insight.
Sample payload
{
"id": "evt_demo_01",
"type": "agent.coaching_insight_created",
"account_id": "<your account uuid>",
"created_at": "2026-05-03T12:00:00Z",
"data": {
"insight_id": "ins_demo_01",
"headline": "You closed 3 buyer consults this week — strong momentum.",
"created_at": "2026-05-03T12:00:00Z"
}
}