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 Campaign
buysellads:create_campaign
Create a new advertising campaign with budget and targeting options.
Write
Medium risk
Create Creative
buysellads:create_creative
Create a new creative asset for a campaign.
Write
Medium risk
Delete Campaign
buysellads:delete_campaign
Permanently delete a campaign. This action cannot be undone.
Write
High risk
Delete Creative
buysellads:delete_creative
Permanently delete a creative. This action cannot be undone.
Write
High risk
Get Campaign
buysellads:get_campaign
Fetch a single campaign by ID with details including status, budget, and targeting.
Read
Low risk
Get Campaign Stats
buysellads:get_campaign_stats
Get detailed performance statistics for a campaign.
Read
Low risk
Get Creative
buysellads:get_creative
Fetch a single creative by ID with details including format, dimensions, and approval status.
Read
Low risk
Get Zone
buysellads:get_zone
Fetch a single zone by ID with details including dimensions, pricing, and availability.
Read
Low risk
List Campaigns
buysellads:list_campaigns
List campaigns with optional filtering by status and search terms.
Read
Low risk
List Creatives
buysellads:list_creatives
List creatives with optional filtering by campaign, status, and format.
Read
Low risk
List Zones
buysellads:list_zones
List available advertising zones with filtering options.
Read
Low risk
Pause Campaign
buysellads:pause_campaign
Pause an active campaign to stop serving ads temporarily.
Write
Medium risk
Resume Campaign
buysellads:resume_campaign
Resume a paused campaign to start serving ads again.
Write
Medium risk
Update Campaign
buysellads:update_campaign
Update an existing campaign's settings, budget, or targeting.
Write
Medium risk
Update Creative
buysellads:update_creative
Update an existing creative's settings or assets.
Write
Medium risk