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 Contact
agiled:create_contact
Create a new contact in Agiled CRM.
Write
Medium risk
Create Deal
agiled:create_deal
Create a new deal in Agiled CRM.
Write
Medium risk
Create Invoice
agiled:create_invoice
Create a new invoice in Agiled.
Write
Medium risk
Create Project
agiled:create_project
Create a new project in Agiled.
Write
Medium risk
Create Task
agiled:create_task
Create a new task in Agiled.
Write
Medium risk
Create Time Entry
agiled:create_time_entry
Create a new time entry for a task in Agiled.
Write
Medium risk
Delete Contact
agiled:delete_contact
Delete a contact from Agiled CRM. This action cannot be undone.
Write
High risk
Get Contact
agiled:get_contact
Fetch a single contact by ID with all details including custom fields.
Read
Low risk
Get Deal
agiled:get_deal
Fetch a single deal by ID with all details including pipeline stage.
Read
Low risk
Get Invoice
agiled:get_invoice
Fetch a single invoice by ID with all details including line items and payment status.
Read
Low risk
Get Project
agiled:get_project
Fetch a single project by ID with all details including tasks and team members.
Read
Low risk
Get Task
agiled:get_task
Fetch a single task by ID with all details including subtasks and time tracking.
Read
Low risk
List Contacts
agiled:list_contacts
List contacts with optional filtering and pagination.
Read
Low risk
List Deals
agiled:list_deals
List deals with optional filtering and pagination.
Read
Low risk
List Invoices
agiled:list_invoices
List invoices with optional filtering and pagination.
Read
Low risk
List Projects
agiled:list_projects
List projects with optional filtering and pagination.
Read
Low risk
List Tasks
agiled:list_tasks
List tasks with optional filtering and pagination.
Read
Low risk
List Time Entries
agiled:list_time_entries
List time entries with optional filtering and pagination.
Read
Low risk
Send Invoice
agiled:send_invoice
Send an invoice via email to the client.
Write
Medium risk
Update Contact
agiled:update_contact
Update an existing contact in Agiled CRM.
Write
Medium risk
Update Deal
agiled:update_deal
Update an existing deal in Agiled CRM.
Write
Medium risk
Update Task
agiled:update_task
Update an existing task in Agiled.
Write
Medium risk