Purpose built for AI-driven workflows. Plug into agent context, resolve ambiguity conversationally, and execute the full e-sign lifecycle without forcing users back into dashboards.
Explore Developer IntegrationAccept structured or semi-structured AI context. Recover missing fields. Own execution. Maintain lifecycle state.
Accept AI summaries, partial metadata, or structured payloads. Resolve ambiguity conversationally.
Preparation, routing, reminders, signer tracking, and completion — fully managed.
Conversation tokens preserve workflow continuity across sessions, tenants, and platforms.
When your AI agent finishes document generation or modification, POST context. DocEndorse handles the rest.
POST /api/v1/agent-sessions/create
{
"handoff_id": "acme-7f3b2d2ca119",
"integration": {
"source": "customer_chat_ui",
"source_conversation_id": "conv_9981",
"source_message_id": "msg_555"
},
"intent": "send_e_sign_request",
"actor": {
"tenant_id": "tnt_887ha798a9",
"external_user_id": "usr_hahua8h7",
"display_name": "Sam",
"email": "sam.mckdonald@hotmail.com"
},
"context": {
"summary": "User negotiated a standard UK NDA with contractor Jane Doe only. The user needs to send this
contract out by email to Jane Doe whose email address is janeD@yahoo.com immediately.",
},
"files": [
{ "type": "url", "name": "pdf-1050g-sample_rental_agreement.pdf", "url": "https://box.com/hupa/pdf-1050g-sample_rental_agreement.pdf" }
]
}
Not just a function call. Not just REST plumbing. A complete AI-native execution system.
No rigid schemas. No brittle mappings. Conversational resolution replaces error responses.
Stateful lifecycle management, billing awareness, and multi-step workflow orchestration.
Works seamlessly in Slack, Microsoft Teams, or your own conversational interface.
DocEndorse doesn't just execute workflows, it reports back in real time. Webhooks allow signature status, reminders, completion events, and signer activity to flow directly back into your chat interface.
Instantly notify your system when documents are viewed, signed, declined, or completed.
Push updates directly into Slack, Microsoft Teams, or your proprietary interface without polling.
Subscribe to lifecycle events and automate downstream workflows such as CRM updates, compliance logs, or billing triggers.
POST /webhook/signature-event
{
"event": "document_completed",
"handoff_id": "as_456",
"status": "signed",
"timestamp": "2026-02-07T12:01:00Z"
}
DocEndorse provides a stateful, AI-native execution layer with real-time webhook feedback, allowing AI systems to both initiate and receive document lifecycle updates directly within their own conversational interface.
Let AI agents reason and draft. DocEndorse completes execution securely, reliably, and conversationally.