Developer Documentation
Complete API reference, webhooks, and MCP integration documentation for Seal
Developer Documentation
Welcome to the Seal Developer Documentation. This portal provides comprehensive guides and API references for integrating with Seal's document signing platform.
Getting Started
Set up authentication, make your first API call, and learn the fundamentals.
API Reference
Complete REST API documentation for documents, recipients, templates, and more.
Webhooks
Receive real-time notifications when documents are signed, viewed, or completed.
MCP Integration
Connect Seal to AI agents with the Model Context Protocol server.
Overview
The Seal API uses REST over HTTPS with JSON request and response bodies. Authentication is handled via Clerk API keys passed in the Authorization header.
Base URL: https://your-deployment.convex.site/api/v1
All API requests require a valid API key with the appropriate scope. See the Authentication guide for setup instructions.
Last updated on