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
documenso:cancel_document
Cancel a pending document, preventing further signatures.
Write
High risk
Create Document
documenso:create_document
Create a new document from a template with recipients and fields.
Write
Medium risk
Create Template
documenso:create_template
Create a new template with PDF document, recipients, and field positions.
Write
Medium risk
Delete Template
documenso:delete_template
Permanently delete a template. This action cannot be undone.
Write
High risk
Get Document
documenso:get_document
Fetch a single document by ID with signing status and recipient details.
Read
Low risk
Get Recipient
documenso:get_recipient
Fetch a specific recipient's details and signing status within a document.
Read
Low risk
Get Signing Url
documenso:get_signing_url
Get the signing URL for a specific recipient to sign a document.
Read
Low risk
Get Template
documenso:get_template
Fetch a single template by ID with field definitions and settings.
Read
Low risk
List Documents
documenso:list_documents
List documents with optional filtering and pagination.
Read
Low risk
List Templates
documenso:list_templates
List templates with optional filtering and pagination.
Read
Low risk
Resend Reminder
documenso:resend_reminder
Send a reminder email to a recipient who hasn't signed yet.
Write
Medium risk
Send Document
documenso:send_document
Send a document to all recipients for signing.
Write
Medium risk