Added
New AI agent attribution on reactions and assignees
April 2nd, 2026
š·ļø API version:
2026-04
The API now supports AI agent attribution in two areas:
Reaction attribution
The Reaction type on updates includes two new fields to identify when a reaction was created by an AI agent on behalf of a user:
| Field | Type | Description |
|---|---|---|
attribution_entity_ref | String | Reference ID of the entity that created the reaction (e.g., agent_{agentId}) |
attribution_entity_type | AttributionEntity | The type of entity ā currently supports AGENT |
Agent as assignee kind
The Kind enum now includes agent as a value, allowing AI agents to appear as assignees alongside person and team.
