402 when the org is not entitled.
Create team prompts
- Open the Cloud dashboard and go to
Settings > Desktop policies. - Create a non-default policy for the audience. The default policy is org-wide only and cannot be assigned to members or teams.
- Turn on
Organization prompt suggestions. - Add 2 required prompts, and optionally a third. Each
Promptis limited to 500 characters; eachDescriptionis limited to 120 characters. - Assign the policy to
MembersorTeams, then save. The API stores those choices asmemberIdsandteamIds, so different departments can use separate non-default policies.
Know what members see
- The admin’s
Descriptionbecomes the card title in the desktop app. - The admin’s
Promptbecomes the card body and the text inserted into the composer. - Clicking a card fills the composer; it does not auto-send the task.
- Boolean policy toggles combine across every matching policy: any
truewins. - Prompt cards do not combine. The desktop uses one prompt set from the matching policy with the highest
Priority; ties go to the earliest created policy, then the lowest policy id. - Members receive changes from
GET /v1/me/desktop-config. The desktop loads its cached config first, refreshes on Cloud session/settings changes, and polls every hour, so reload or switch the active Cloud organization if a change is not visible.