AI E-Sign Handoff Developer Guide
This guide explains how to integrate your platform with the DocEndorse AI E-Sign Agent using the secure handoff flow.
Overview
The AI E-Sign Handoff allows you to:
- Authenticate as a developer application
- Generate access tokens on behalf of your users
- Create agent sessions
- Redirect users to the AI agent
- Receive webhook updates about signing progress
High-Level Flow
- Create a Developer Account
- Create an App
- Generate Public/Private Key Pair
- Request Access Token (JWT Bearer Grant)
- Call Agent Handoff Endpoint
- Handle Redirect / Subscription / Verification
- Process Webhook Events
Each section is covered in detail in this guide.