Guide
How to Sign a Document with AI
AI agents can send documents for signing using the Signbee MCP server.
Steps
- 1
Install the MCP server: npx -y signbee-mcp
- 2
Configure with your SIGNBEE_API_KEY
- 3
Ask your AI: 'Send an NDA to bob@acme.com'
- 4
AI uses the send_document tool automatically
- 5
Recipient receives signing link — same flow as API
Try it with curl
curl
curl -X POST https://signb.ee/api/send \
-H "Content-Type: application/json" \
-d '{
"content": "# Your Document\n\nContent here...",
"senderName": "Your Name",
"senderEmail": "you@email.com",
"recipientName": "Recipient",
"recipientEmail": "recipient@email.com"
}'Legal validity
Electronic signatures are legally binding under the ESIGN Act (US), eIDAS Regulation (EU), and Electronic Communications Act (UK). Every Signbee document includes a SHA-256 tamper-proof certificate.
Related resources
Try Signbee — free, no credit card.