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.
Close Deal
agendor:close_deal
Close a deal as won or lost in Agendor.
Write
Medium risk
Create Deal
agendor:create_deal
Create a new deal in Agendor.
Write
Medium risk
Create Organization
agendor:create_organization
Create a new organization in Agendor.
Write
Medium risk
Create Person
agendor:create_person
Create a new person in Agendor.
Write
Medium risk
Create Product
agendor:create_product
Create a new product in Agendor.
Write
Medium risk
Delete Deal
agendor:delete_deal
Delete a deal from Agendor. This action cannot be undone.
Write
High risk
Delete Organization
agendor:delete_organization
Delete an organization from Agendor. This action cannot be undone.
Write
High risk
Delete Person
agendor:delete_person
Delete a person from Agendor. This action cannot be undone.
Write
High risk
Delete Product
agendor:delete_product
Delete a product from Agendor. This action cannot be undone.
Write
High risk
Get Deal
agendor:get_deal
Fetch a single deal by ID with all details including person, organization, and products.
Read
Low risk
Get Organization
agendor:get_organization
Fetch a single organization by ID with all details and associated people.
Read
Low risk
Get Person
agendor:get_person
Fetch a single person by ID with all contact details and associated deals.
Read
Low risk
Get Product
agendor:get_product
Fetch a single product by ID with all details.
Read
Low risk
Get User
agendor:get_user
Fetch a single user by ID or get current user info.
Read
Low risk
List Deals
agendor:list_deals
List deals with optional filtering and pagination.
Read
Low risk
List Organizations
agendor:list_organizations
List organizations with optional filtering and pagination.
Read
Low risk
List People
agendor:list_people
List people with optional filtering and pagination.
Read
Low risk
List Products
agendor:list_products
List products with optional filtering and pagination.
Read
Low risk
List Stages
agendor:list_stages
List all deal stages/pipeline stages in Agendor.
Read
Low risk
List Users
agendor:list_users
List users in the Agendor account with optional filtering.
Read
Low risk
Move Deal Stage
agendor:move_deal_stage
Move a deal to a different stage in the pipeline.
Write
Medium risk
Update Deal
agendor:update_deal
Update an existing deal in Agendor.
Write
Medium risk
Update Organization
agendor:update_organization
Update an existing organization in Agendor.
Write
Medium risk
Update Person
agendor:update_person
Update an existing person in Agendor.
Write
Medium risk
Update Product
agendor:update_product
Update an existing product in Agendor.
Write
Medium risk