# Signaturely AI integration on Definable

> Signaturely is an electronic signature platform that allows users to sign documents online, offering features like automated signature requests, templates, and integrations with other platforms.

## What this connects

Signaturely is an electronic signature platform that allows users to sign documents online, offering features like automated signature requests, templates, and integrations with other platforms.

Vendor: https://signaturely.com/api/

## Tools available

**9** tools available. First 9:

- `SIGNATURELY_CREATE_FOLDER` — Create Folder — Tool to create a new folder for organizing documents. Use when you need to create a folder structure for document management.
- `SIGNATURELY_GET_CURRENT_USER` — Get Current User — Tool to get the current authenticated user information. Use this to retrieve account details including email, name, role, status, and avatar URL.
- `SIGNATURELY_GET_FOLDER` — Get Folder — Tool to get folder information by ID. Use when you need to retrieve details about a specific folder including its subfolders and documents count.
- `SIGNATURELY_GET_RECENT_DOCUMENT` — Get Recent Document — Tool to retrieve the most recent sent or completed document. Use when you need to fetch the latest document of a specific type (sent or completed).
- `SIGNATURELY_LIST_DOCUMENTS` — List Documents — Tool to list all documents. Use after authenticating to retrieve documents with optional filters and pagination.
- `SIGNATURELY_LIST_FOLDERS` — List Folders — Tool to get list of folders for documents. Use to retrieve all folders for organizing documents.
- `SIGNATURELY_LIST_TEAM_MEMBERS` — List Team Members — Tool to list all team members in the Signaturely account. Returns team users with their account types and roles (Owner, Admin, User).
- `SIGNATURELY_RENAME_FOLDER` — Rename Folder — Tool to rename a folder via API call. Use when you need to update the title of an existing folder.
- `SIGNATURELY_SEARCH_TEMPLATES_DOCUMENTS` — Search Templates or Documents — Tool to search for templates or documents by matching text. Use when you need to find specific templates or documents by name or text content.

## Auth

Auth schemes: `API_KEY`.

## How agents use Signaturely

Inside a Definable workflow, Signaturely is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Signaturely** — the Researcher (GPT-5.5) pulls context from Signaturely (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Signaturely** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Signaturely (create record, post message, draft email).
- **Designer / Engineer → Distributor → Signaturely** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Signaturely (attach file, open PR comment, post status).

The Verifier checks every Signaturely call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- signatures — https://definable.ai/apps/category/signatures/
- documents — https://definable.ai/apps/category/documents/

## Related

- HTML page: https://definable.ai/apps/signaturely/
- Same category (signatures): https://definable.ai/apps/category/signatures/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
