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.
Add Domain
short:add_domain
Add a custom domain to your Short account for branded short links.
Write
Medium risk
Create Link
short:create_link
Create a new shortened link with optional customization and settings.
Write
Medium risk
Create Qr Code
short:create_qr_code
Generate a QR code for a shortened link with customizable styling options.
Write
Medium risk
Delete Link
short:delete_link
Permanently delete a shortened link. This cannot be undone and will break the short URL.
Write
High risk
Get Link
short:get_link
Fetch a single shortened link by ID with click statistics and metadata.
Read
Low risk
Get Link Analytics
short:get_link_analytics
Get detailed click analytics for a shortened link including geographic and referrer data.
Read
Low risk
List Domains
short:list_domains
List all custom domains associated with your Short account.
Read
Low risk
List Links
short:list_links
List shortened links with filtering, search, and pagination options.
Read
Low risk
Remove Domain
short:remove_domain
Remove a custom domain from your account. This will break all existing short links using this domain.
Write
High risk
Update Link
short:update_link
Update an existing shortened link's metadata and settings.
Write
Medium risk
Verify Domain
short:verify_domain
Verify domain ownership by checking DNS records. Run this after adding required DNS records.
Write
Medium risk