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.
Cancel Document
signaturely:cancel_document
Cancel a document that is pending signatures. This stops the signing process.
Write
High risk
Create Document
signaturely:create_document
Create a new document for signature with specified signers.
Write
Medium risk
Create Document From Template
signaturely:create_document_from_template
Create a new document from an existing template with specified signers and field values.
Write
Medium risk
Create Folder
signaturely:create_folder
Create a new folder for organizing documents and templates.
Write
Medium risk
Delete Document
signaturely:delete_document
Permanently delete a document. This action cannot be undone.
Write
High risk
Get Document
signaturely:get_document
Fetch a single document by ID with signature status and signer details.
Read
Low risk
Get Folder
signaturely:get_folder
Fetch a single folder by ID with document and template counts.
Read
Low risk
Get Template
signaturely:get_template
Fetch a single template by ID with field definitions and settings.
Read
Low risk
List Documents
signaturely:list_documents
List documents with filtering and pagination options.
Read
Low risk
List Folders
signaturely:list_folders
List folders with filtering and pagination options.
Read
Low risk
List Templates
signaturely:list_templates
List document templates with filtering and pagination options.
Read
Low risk
Send Reminder
signaturely:send_reminder
Send a reminder email to pending signers for a document.
Write
Medium risk
Update Document
signaturely:update_document
Update document properties like title, expiration, or folder.
Write
Medium risk