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 Asset
ascora:create_asset
Create a new asset in Ascora with customer assignment and maintenance details.
Write
Medium risk
Create Customer
ascora:create_customer
Create a new customer in Ascora with contact and address details.
Write
Medium risk
Create Invoice
ascora:create_invoice
Create a new invoice in Ascora with line items and payment terms.
Write
Medium risk
Create Job
ascora:create_job
Create a new job in Ascora with customer assignment and scheduling details.
Write
Medium risk
Create Quote
ascora:create_quote
Create a new quote in Ascora with line items and pricing details.
Write
Medium risk
Get Asset
ascora:get_asset
Fetch a single asset by ID with details including customer, location, and maintenance history.
Read
Low risk
Get Customer
ascora:get_customer
Fetch a single customer by ID with contact details and address information.
Read
Low risk
Get Invoice
ascora:get_invoice
Fetch a single invoice by ID with line items, payment status, and customer details.
Read
Low risk
Get Job
ascora:get_job
Fetch a single job by ID with all details including customer, asset, and status information.
Read
Low risk
Get Quote
ascora:get_quote
Fetch a single quote by ID with line items, pricing, and customer details.
Read
Low risk
Get User
ascora:get_user
Fetch a single user by ID with profile details and role information.
Read
Low risk
List Assets
ascora:list_assets
List assets with optional filtering by customer, type, status, or service dates.
Read
Low risk
List Customers
ascora:list_customers
List customers with optional search and filtering capabilities.
Read
Low risk
List Invoices
ascora:list_invoices
List invoices with optional filtering by customer, status, payment status, or date ranges.
Read
Low risk
List Jobs
ascora:list_jobs
List jobs with optional filtering by status, customer, user, or date range.
Read
Low risk
List Quotes
ascora:list_quotes
List quotes with optional filtering by customer, job, status, or date ranges.
Read
Low risk
List Users
ascora:list_users
List users with optional filtering by role, status, or department.
Read
Low risk
Update Customer
ascora:update_customer
Update an existing customer with new contact details or address information.
Write
Medium risk
Update Invoice Payment
ascora:update_invoice_payment
Record a payment against an invoice and update the payment status accordingly.
Write
Medium risk
Update Job
ascora:update_job
Update an existing job with new details, status, or assignment information.
Write
Medium risk
Update Quote Status
ascora:update_quote_status
Update the status of an existing quote (e.g., mark as sent, accepted, or rejected).
Write
Medium risk