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
tinyurl:bulk_create
Create multiple shortened URLs in a single request for bulk operations.
Write
Medium risk
Create Url
tinyurl:create_url
Create a shortened URL from a long URL with optional customization.
Write
Medium risk
Delete Url
tinyurl:delete_url
Permanently delete a shortened URL. This action cannot be undone.
Write
High risk
Get Clicks
tinyurl:get_clicks
Get detailed click analytics for a shortened URL including geographic and referrer data.
Read
Low risk
Get Url
tinyurl:get_url
Retrieve details about a specific shortened URL including click statistics.
Read
Low risk
List Urls
tinyurl:list_urls
List all shortened URLs in your account with filtering and pagination options.
Read
Low risk
Update Url
tinyurl:update_url
Update an existing shortened URL's destination, description, tags, or expiration.
Write
Medium risk