SignWell is an electronic signature tool for legally binding e-signatures and faster document signing.
Toolkit · signwell
v1
01Create Documenttool
02Create Document from Templatetool
03Create Webhooktool
04Delete Documenttool
API Key · verified
12T · 0TR
signwell
Supported tools and triggers
Each tool is a typed function your agent can call. Each trigger fires an agent run when something changes upstream.
Create Document
Tool to create and optionally send a new document for signing. Use when you have files and recipients defined and want to programmatically submit a signature request in one call.
TOOL
Create Document from Template
Tool to create and optionally send a new document for signing from a template. Use when you need to generate a document using a pre-configured template with placeholders. If draft is set to true the document will not be sent.
TOOL
Create Webhook
Tool to register a webhook callback URL. Use when you need to receive document event notifications.
TOOL
Delete Document
Tool to delete a document (and cancel signing if in progress). Use when you need to remove a document by ID after confirming it.
TOOL
Delete Webhook
Deletes a registered webhook by its ID. Use this to remove webhooks that are no longer needed. Returns no content on success.
TOOL
Get Credentials
Retrieve account information for the authenticated API key. Returns comprehensive details including user profile, account settings, workspace configuration, and contact information. Use this to validate API credentials, check account capabilities (like template creation limits), or get user/account IDs for other API calls.
TOOL
Get Document
Tool to return a document and all associated document data. Use when you need to fetch document details by ID.
TOOL
List Bulk Sends
Tool to list all Bulk Sends. Use after setting up API credentials to retrieve paginated records.
TOOL
List Webhooks
Tool to list all registered webhooks. Use when you need to retrieve the active webhooks for your SignWell account after setup.
TOOL
Send Reminder
Tool to send a reminder email to recipients that have not signed yet. Use when you need to prompt unsigned recipients to complete their signature.
TOOL
Update and Send Document
Tool to update a draft document and send it to recipients for signing. Use when you need to modify document settings and initiate the signing process.
TOOL
Update Template
Tool to update an existing template in SignWell. Use when you need to modify template properties such as name, subject, message, reminders, expiration, or other settings.