Developer Tools22 toolsPaste one API key
DocuSeal integration for AI agents
DocuSeal is a platform that provides a powerful and easy-to-use API to implement eSignature workflows, allowing users to automate document and template management processes without relying on the web interface.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect DocuSeal once and call the same tools from all of them.
Setup
Connect DocuSeal through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
DocuSeal exposes 22 tools through ClawLink.
| Tool | What it does | Kind |
|---|---|---|
docuseal_get_submission | Retrieve detailed information about a specific submission | Read |
docuseal_get_submission_documents | Retrieve documents for a submission | Read |
docuseal_get_submitter | Retrieve detailed information about a submitter by ID | Read |
docuseal_get_template | Retrieve details of a specific template by its unique identifier | Read |
docuseal_list_submissions | List document submissions with filtering and cursor-based pagination | Read |
docuseal_list_submitters | Retrieve a paginated list of submitters with optional filtering | Read |
docuseal_list_templates2 | Retrieve a list of available document templates with pagination and filtering | Read |
docuseal_archive_submission | Archive a submission by its unique identifier | Write |
docuseal_clone_template2 | Clone an existing template into a new template with optional custom name, folder, and | Read |
docuseal_create_submission | Create signature requests (submissions) from an existing document template and send them to | Write |
docuseal_create_submission_from_docx | Create a one-off submission (signature request) from a DOCX document with dynamic content | Write |
docuseal_create_submission_from_html | Create a one-off submission request from HTML content with embedded field tags rendered as a | Write |
docuseal_create_submission_from_pdf | Create a one-off submission (signature request) from a PDF file | Write |
docuseal_create_submissions_from_emails | Create submissions for a document template and send them to specified email addresses | Write |
docuseal_create_template_from_docx | Create a fillable document template from a Microsoft Word DOCX file | Write |
docuseal_create_template_from_html2 | Create a fillable document template from HTML content with pre-defined fields | Write |
docuseal_create_template_from_pdf | Create a fillable document template from a PDF file | Write |
docuseal_merge_templates | Merge multiple DocuSeal templates into a single combined template | Write |
docuseal_update_submitter | Update submitter details, pre-fill or update field values, re-send signature request emails, or | Write |
docuseal_update_template2 | Update a document template by moving it to a different folder, changing its name, updating | Write |
docuseal_archive_template | Archive a specific template by its unique identifier | Write |
docuseal_update_template_documents | Add, remove, or replace documents in a template with provided PDF/DOCX file or HTML content | Write |