Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Create Automation
uipath_automation_hub:create_automation
Create a new automation in the hub.
Write
Medium risk
Create Idea
uipath_automation_hub:create_idea
Submit a new automation idea to the hub.
Write
Medium risk
Delete Automation
uipath_automation_hub:delete_automation
Delete an automation from the hub. This action cannot be undone.
Write
High risk
Get Automation
uipath_automation_hub:get_automation
Fetch a single automation by ID with details and metadata.
Read
Low risk
Get Idea
uipath_automation_hub:get_idea
Fetch a single automation idea by ID with details and voting information.
Read
Low risk
Get Template
uipath_automation_hub:get_template
Fetch a single automation template by ID with details and usage information.
Read
Low risk
List Automations
uipath_automation_hub:list_automations
List automations with optional filtering and search.
Read
Low risk
List Ideas
uipath_automation_hub:list_ideas
List automation ideas with optional filtering, search, and sorting.
Read
Low risk
List Templates
uipath_automation_hub:list_templates
List automation templates with optional filtering, search, and sorting.
Read
Low risk
Update Automation
uipath_automation_hub:update_automation
Update an existing automation in the hub.
Write
Medium risk
Vote Idea
uipath_automation_hub:vote_idea
Vote on an automation idea (upvote, downvote, or remove vote).
Write
Medium risk