DocuSeal
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.
This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.
Connect
DocuSeal authenticates with an API key. Generate the credential in your DocuSeal account, then paste it into FlyMyAI the first time an agent uses a DocuSeal action.
Get your DocuSeal credential →
Fields to fill in FlyMyAI
| Field | Details |
|---|---|
API Base URL | The base URL for the DocuSeal API. Use https://api.docuseal.com for US, https://api.docuseal.eu for EU, or your self-hosted URL. (required) |
DocuSeal API Key | The API key used for authenticating requests to the DocuSeal API. Obtain it from the DocuSeal Console under API settings. (required) |
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
DOCUSEAL_ARCHIVE_TEMPLATE | Tool to archive a specific template by its unique identifier. use after verifying the template id. | id |
DOCUSEAL_CLONE_TEMPLATE | Tool to clone an existing template by its id with a new name. use after you have the template id and desired name to duplicate it into the same or a different folder. | template_id, name |
DOCUSEAL_CREATE_SUBMISSION_FROM_PDF | Tool to create a one-off submission from a pdf file. use when you need to upload a pdf and initiate a signature workflow with optional custom field values and webhook notifications. | pdf, template_id |
DOCUSEAL_CREATE_TEMPLATE_FROM_HTML | Tool to create a template from html content. use when you need to define a reusable document template directly from html input. | html |
DOCUSEAL_GET_TEMPLATE | Tool to retrieve details of a specific template by its unique identifier. use when you need to fetch template metadata by id. | template_id |
DOCUSEAL_LIST_SUBMISSIONS | Tool to list all document submissions with optional pagination and document filtering. use when you need to retrieve and browse existing submissions. | - |
DOCUSEAL_LIST_SUBMITTERS | Tool to retrieve a list of all submitters. use when you need a roster of submitters for reporting or management. | - |
DOCUSEAL_LIST_TEMPLATES | Tool to retrieve a list of all templates. use when you need to browse available templates with optional filters before selection. | - |
DOCUSEAL_MERGE_TEMPLATES | Tool to merge multiple templates into one with a new name. use when you have multiple template ids and want to combine them into a single document. | template_ids |
DOCUSEAL_UPDATE_TEMPLATE | Tool to update details of a specific template, including name and folder. use after confirming the template id. | template_id |
Links
We love our partners - FlyMy.AI builds with the best. Thanks, DocuSeal!