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.
Add Lead Tags
leadfeeder:add_lead_tags
Add tags to a lead. Creates tags if they don't exist.
Write
Medium risk
Create Tag
leadfeeder:create_tag
Create a new tag for organizing leads.
Write
Medium risk
Delete Tag
leadfeeder:delete_tag
Delete a tag. WARNING: This removes the tag from all leads that use it.
Write
High risk
Get Account
leadfeeder:get_account
Fetch account details and settings.
Read
Low risk
Get Lead
leadfeeder:get_lead
Fetch a single lead by ID with company details and visit information.
Read
Low risk
Get Visit
leadfeeder:get_visit
Fetch a single visit by ID with page views and session details.
Read
Low risk
List Accounts
leadfeeder:list_accounts
List all accounts accessible with the current API key.
Read
Low risk
List Leads
leadfeeder:list_leads
List leads with optional filtering and pagination.
Read
Low risk
List Tags
leadfeeder:list_tags
List all available tags for organizing leads.
Read
Low risk
List Visits
leadfeeder:list_visits
List visits with optional filtering and pagination.
Read
Low risk
Remove Lead Tags
leadfeeder:remove_lead_tags
Remove specific tags from a lead.
Write
High risk
Update Lead
leadfeeder:update_lead
Update a lead's status, tags, or notes.
Write
Medium risk