Built by Metorial, the integration platform for agentic AI.

Learn More

Tools

List Signers

Retrieve a paginated list of signers, optionally filtered by a search query. Use this to browse or search for existing signers in your application.

Get Signature Request

Retrieve the full context of a signature request including its status, associated documents, signers, and configuration.

Get Signer

Retrieve details of a specific signer including their profile, claims, and status.

Create Signature Request

Initialize a new signature request, optionally configure it with documents, signers, and metadata, then publish it for signing. Supports the full lifecycle: init → update → publish in a single call, or just initialization for later configuration.

Manage Signature Request

Update, publish, or close an existing signature request. Use this to modify a draft request's configuration, launch it for signing, or close a completed/cancelled request.

Create Signer

Create a new signer for use in signature requests. The required inputs depend on the signer profile — use the "List Signer Profiles" tool first to determine which fields are needed.

List Signature Requests

Retrieve a paginated list of signature requests for the configured application and environment.

Get Application Context

Retrieve the complete application context including configuration, settings, available signature profiles, signer profiles, and environment details. Useful for understanding the application setup.

List Signer Profiles

Retrieve available signer profiles and their required inputs. Signer profiles define what identity information is needed to create a signer. Use this to understand what inputs are required before creating signers.

Update Signer

Update an existing signer's inputs (claims) such as name, email, phone number, or other identity attributes. Can also be used to revoke a signer.

List Signature Profiles

Retrieve available signature profiles for the configured application and environment. Signature profiles define the signature mechanism, document types allowed, legally binding value, and integration mode (By-Side or Embedded).

Upload Document Content

Upload content to a previously initialized document. Supports file content (base64-encoded for PDF/images) or structured JSON data.

Manage Document

Initialize, retrieve, update, or delete documents within signature requests. Documents must be initialized before content can be uploaded. Supports PDF, DOCX, images, and structured data.

Seal Document (e Seal)

Apply a corporate electronic seal (E-Seal) to documents using a machine-to-machine (M2M) emitter. E-Seals prove the origin and integrity of corporate documents without requiring individual signers.

Get Signature Proof

Retrieve signature proof artifacts for a signed document, including signature images (base64) and low-level cryptographic proofs. Use this after a document has been signed to get proof evidence.