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
repliq:create_campaign
Create a new video campaign with specified template.
Write
Medium risk
Create Prospect
repliq:create_prospect
Create a new prospect and associate with a campaign.
Write
Medium risk
Delete Campaign
repliq:delete_campaign
Delete a campaign permanently. This will also delete all associated prospects and videos.
Write
High risk
Delete Prospect
repliq:delete_prospect
Delete a prospect permanently. This action cannot be undone.
Write
High risk
Delete Video
repliq:delete_video
Delete a video permanently. This action cannot be undone.
Write
High risk
Generate Video
repliq:generate_video
Generate a personalized video for a specific prospect.
Write
Medium risk
Get Campaign
repliq:get_campaign
Fetch a single campaign by ID with template and statistics.
Read
Low risk
Get Prospect
repliq:get_prospect
Fetch a single prospect by ID with contact details and video status.
Read
Low risk
Get Template
repliq:get_template
Fetch a single template by ID with variables and settings.
Read
Low risk
Get Video
repliq:get_video
Fetch a single video by ID with status and URLs.
Read
Low risk
List Campaigns
repliq:list_campaigns
List campaigns with filtering and pagination options.
Read
Low risk
List Prospects
repliq:list_prospects
List prospects with filtering and pagination options.
Read
Low risk
List Templates
repliq:list_templates
List video templates available for campaigns.
Read
Low risk
List Videos
repliq:list_videos
List videos with filtering and pagination options.
Read
Low risk
Update Campaign
repliq:update_campaign
Update an existing campaign's settings and status.
Write
Medium risk
Update Prospect
repliq:update_prospect
Update an existing prospect's information.
Write
Medium risk