> ## Documentation Index
> Fetch the complete documentation index at: https://docs.budscollab.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Action IDs

> Allowlisted host actions for JSON-render packages.

JSON-render actions are host-mediated. A package declares an action ID and typed
payload; the host decides whether the current user and surface can run it.

Common action IDs include:

* `open_document`
* `open_todo_list`
* `add_to_canvas`
* `save_personal_widget`
* `ui_toggle_ai_chat`
* `ui_open_widget_market`
* `ui_prefill_ai_composer`
* `confirm_connect`
* `confirm_refresh`
* `confirm_write_task`

Unknown action IDs are rejected during package validation.
