Docuseal
Overview
SLUG: DOCUSEAL
Description
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.
Authentication Details
API Key
Connecting to Docuseal
Create an auth config
Use the dashboard to create an auth config for the Docuseal toolkit. This allows you to connect multiple Docuseal accounts to Composio for agents to use.
Create and Get auth config ID
Click “Create Integration”. After creation, copy the displayed ID starting with ac_
. This is your auth config ID. This is not a sensitive ID — you can save it in environment variables or a database.
This ID will be used to create connections to the toolkit for a given user.
Connect Your Account
Using API Key
Tools
Executing tools
To prototype you can execute some tools to see the responses and working on the Docuseal toolkit’s playground
OpenAI (Python)
Anthropic (TypeScript)
Google (Python)
Vercel (TypeScript)
Tool List
DOCUSEAL_ARCHIVE_TEMPLATE
Tool Name: Archive Template
Description
Action Parameters
Action Response
DOCUSEAL_CLONE_TEMPLATE
Tool Name: Clone Template
Description
Action Parameters
Action Response
DOCUSEAL_CREATE_SUBMISSION_FROM_PDF
Tool Name: Create Submission From PDF
Description
Action Parameters
Action Response
DOCUSEAL_CREATE_TEMPLATE_FROM_HTML
Tool Name: Create Template from HTML
Description
Action Parameters
Action Response
DOCUSEAL_GET_TEMPLATE
Tool Name: Get Template
Description
Action Parameters
Action Response
DOCUSEAL_LIST_SUBMISSIONS
Tool Name: List Submissions
Description
Action Parameters
Action Response
DOCUSEAL_LIST_SUBMITTERS
Tool Name: List Submitters
Description
Action Parameters
Action Response
DOCUSEAL_LIST_TEMPLATES
Tool Name: List Templates
Description
Action Parameters
Action Response
DOCUSEAL_MERGE_TEMPLATES
Tool Name: Merge Templates
Description
Action Parameters
Action Response
DOCUSEAL_UPDATE_TEMPLATE
Tool Name: Update Template
Description
Action Parameters
Action Response