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 Pass
passslot:create_pass
Create a new digital pass from a template with custom field values.
Write
Medium risk
Create Template
passslot:create_template
Create a new pass template with design and field configuration.
Write
Medium risk
Delete Pass
passslot:delete_pass
Permanently delete a digital pass and remove it from the user's wallet.
Write
High risk
Delete Template
passslot:delete_template
Permanently delete a pass template and all its associated passes.
Write
High risk
Get Analytics
passslot:get_analytics
Get analytics data for pass downloads, installations, and usage.
Read
Low risk
Get Pass
passslot:get_pass
Fetch a single digital pass by ID with all field values and status.
Read
Low risk
Get Template
passslot:get_template
Fetch a single pass template by ID with all configuration details.
Read
Low risk
List Passes
passslot:list_passes
List digital passes with optional filtering and pagination.
Read
Low risk
List Templates
passslot:list_templates
List all pass templates with optional filtering and pagination.
Read
Low risk
Send Push Notification
passslot:send_push_notification
Send a push notification to update a specific pass in the user's wallet.
Write
Medium risk
Update Pass
passslot:update_pass
Update an existing digital pass's field values and trigger push notification to user's device.
Write
Medium risk
Update Template
passslot:update_template
Update an existing pass template's configuration and design.
Write
Medium risk