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 Badge
issue_badge:create_badge
Create a new badge template that can be issued to recipients.
Write
Medium risk
Create Recipient
issue_badge:create_recipient
Create a new badge recipient who can receive badges.
Write
Medium risk
Delete Badge
issue_badge:delete_badge
Delete a badge template. This will also revoke all issued instances of this badge.
Write
High risk
Get Badge
issue_badge:get_badge
Fetch a single badge template with its criteria and metadata.
Read
Low risk
Get Badge Assertion
issue_badge:get_badge_assertion
Fetch a single badge assertion (issued badge) with verification details.
Read
Low risk
Get Issuer
issue_badge:get_issuer
Fetch a single issuer with their profile and badge statistics.
Read
Low risk
Get Recipient
issue_badge:get_recipient
Fetch a single recipient with their badge history and profile.
Read
Low risk
Issue Badge To Recipient
issue_badge:issue_badge_to_recipient
Issue a badge to a recipient, creating a badge assertion.
Write
Medium risk
List Badge Assertions
issue_badge:list_badge_assertions
List badge assertions (issued badges) with filtering and pagination.
Read
Low risk
List Badges
issue_badge:list_badges
List badge templates with filtering and pagination.
Read
Low risk
List Issuers
issue_badge:list_issuers
List badge issuers with filtering and pagination.
Read
Low risk
List Recipients
issue_badge:list_recipients
List badge recipients with filtering and pagination.
Read
Low risk
Revoke Badge Assertion
issue_badge:revoke_badge_assertion
Revoke a badge assertion, making it invalid and removing it from the recipient's profile.
Write
Medium risk
Update Badge
issue_badge:update_badge
Update an existing badge template.
Write
Medium risk
Verify Badge
issue_badge:verify_badge
Verify the authenticity and validity of a badge assertion.
Write
Low risk