Developer Tools28 toolsPaste one API key
eSignatures integration for AI agents
eSignatures is an electronic signature platform for creating templates, sending contracts, managing signers, and tracking signing workflows.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect eSignatures once and call the same tools from all of them.
Setup
Connect eSignatures 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
eSignatures exposes 28 tools through ClawLink. The 26 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
esignatures_get_contract | Get one contract's current status, details, signers, signer field values, and temporary | Read |
esignatures_get_contract_content | Return the Markdown content of one contract | Read |
esignatures_get_contract_placeholder_fields | Return the current placeholder replacements for one contract | Read |
esignatures_get_template | Get one template's metadata, placeholder keys, and signer-field IDs | Read |
esignatures_get_template_content | Return the Markdown content of one template | Read |
esignatures_list_template_collaborators | Return all collaborators who can edit one template | Read |
esignatures_list_templates | Return all templates available to the connected account | Read |
esignatures_preview_contract_content_update | Preview the prospective Markdown from exact find-and-replace edits without mutating the contract | Read |
esignatures_preview_template_content_update | Preview the prospective Markdown from exact find-and-replace edits without mutating the template | Read |
esignatures_add_contract_signer | Add a signer to an editable contract without automatically sending a signature request | Write |
esignatures_add_contract_signers | Add a non-empty list of signers to an editable contract by calling the provider's singular | Write |
esignatures_add_template_collaborator | Create a name-only collaborator who can edit a template | Write |
esignatures_create_contract_draft | Create a test or production contract draft from a template or from ad-hoc Markdown, without | Write |
esignatures_create_template | Create a reusable Markdown contract template | Write |
esignatures_duplicate_template | Duplicate a template with a new title plus optional placeholder replacements | Read |
esignatures_update_contract_content | Apply exact Markdown find-and-replace edits to a contract | Write |
esignatures_update_contract_placeholder_fields | Update selected placeholder replacements on an unsigned contract | Write |
esignatures_update_contract_signer | Update selected contact, delivery, authentication, or redirect details for a signer without | Write |
esignatures_update_template | Update a template's title and/or labels without changing its Markdown content | Write |
esignatures_update_template_content | Apply exact Markdown find-and-replace edits to a template | Write |
esignatures_create_and_send_contract | Create a contract from a template or from ad-hoc Markdown and immediately send signature | Write |
esignatures_invite_template_collaborator | Invite a collaborator to edit a template | Write |
esignatures_remove_template_collaborator | Remove a collaborator's permission to edit a template | Write |
esignatures_resend_sign_request | Resend a signature request to one signer | Read |
esignatures_send_draft_contract | Send an existing draft to its signers | Write |
esignatures_withdraw_contract | Irreversibly withdraw an active unsigned contract so it can no longer be signed | Read |