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
nexweave:create_campaign
Create a new campaign to generate multiple personalized videos or images from a template.
Write
Medium risk
Create Image
nexweave:create_image
Create a new personalized image from a template with custom variables.
Write
Medium risk
Create Video
nexweave:create_video
Create a new personalized video from a template with custom variables.
Write
Medium risk
Delete Campaign
nexweave:delete_campaign
Permanently delete a campaign and all its generated content. This action cannot be undone.
Write
High risk
Delete Image
nexweave:delete_image
Permanently delete a personalized image. This action cannot be undone.
Write
High risk
Delete Video
nexweave:delete_video
Permanently delete a personalized video. This action cannot be undone.
Write
High risk
Get Campaign
nexweave:get_campaign
Fetch a single campaign by ID with status, metrics, and generated content.
Read
Low risk
Get Image
nexweave:get_image
Fetch a single personalized image by ID with generation status and download URL.
Read
Low risk
Get Template
nexweave:get_template
Fetch a single video template by ID with available variables and settings.
Read
Low risk
Get Video
nexweave:get_video
Fetch a single personalized video by ID with generation status and download URLs.
Read
Low risk
List Campaigns
nexweave:list_campaigns
List campaigns with filtering and pagination options.
Read
Low risk
List Images
nexweave:list_images
List personalized images with filtering and pagination options.
Read
Low risk
List Templates
nexweave:list_templates
List available video templates with filtering and pagination options.
Read
Low risk
List Videos
nexweave:list_videos
List personalized videos with filtering and pagination options.
Read
Low risk
Pause Campaign
nexweave:pause_campaign
Pause a running campaign to temporarily stop content generation.
Write
Medium risk
Resume Campaign
nexweave:resume_campaign
Resume a paused campaign to continue content generation.
Write
Medium risk
Start Campaign
nexweave:start_campaign
Start a campaign that is currently in draft status to begin generating personalized content.
Write
Medium risk