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.
Bulk Create Urls
shorten_rest:bulk_create_urls
Create multiple short URLs in a single request for bulk operations.
Write
Medium risk
Create Short Url
shorten_rest:create_short_url
Create a new shortened URL with optional custom alias and expiration.
Write
Medium risk
Delete Short Url
shorten_rest:delete_short_url
Permanently delete a short URL. This action cannot be undone.
Write
High risk
Get Click Analytics
shorten_rest:get_click_analytics
Get detailed click analytics for a specific short URL.
Read
Low risk
Get Short Url
shorten_rest:get_short_url
Fetch details of a specific short URL including click statistics.
Read
Low risk
List Short Urls
shorten_rest:list_short_urls
List all short URLs with optional filtering and pagination.
Read
Low risk
Update Short Url
shorten_rest:update_short_url
Update an existing short URL's destination, title, expiration, or status.
Write
Medium risk