Added

New AI agent attribution on reactions and assignees

šŸ·ļø 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:

FieldTypeDescription
attribution_entity_refStringReference ID of the entity that created the reaction (e.g., agent_{agentId})
attribution_entity_typeAttributionEntityThe 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.