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 Signature Request
signaturit:cancel_signature_request
Cancel a signature request that is still pending. This action cannot be undone.
Write
High risk
Create Contact
signaturit:create_contact
Create a new contact in your Signaturit address book.
Write
Medium risk
Create Signature Request
signaturit:create_signature_request
Create a new signature request with documents and signers.
Write
Medium risk
Delete Contact
signaturit:delete_contact
Delete a contact from your address book. This action cannot be undone.
Write
High risk
Download Document
signaturit:download_document
Download a document from a signature request. Returns download URL and metadata.
Write
Low risk
Get Contact
signaturit:get_contact
Fetch a single contact by ID with all details.
Read
Low risk
Get Signature Request
signaturit:get_signature_request
Fetch a single signature request by ID with all details including signers and documents.
Read
Low risk
Get Template
signaturit:get_template
Fetch a single template by ID with all details including documents and signers.
Read
Low risk
List Contacts
signaturit:list_contacts
List contacts with optional filtering and pagination.
Read
Low risk
List Signature Requests
signaturit:list_signature_requests
List signature requests with optional filtering and pagination.
Read
Low risk
List Templates
signaturit:list_templates
List signature templates with optional filtering and pagination.
Read
Low risk
Send Reminder
signaturit:send_reminder
Send a reminder email to pending signers for a signature request.
Write
Medium risk
Update Contact
signaturit:update_contact
Update an existing contact's information.
Write
Medium risk