Skip to content

Settings → Assistant

Delegate your signing turns to a personal assistant.

GET /user/v1/settings/assistant

{ "assistantEnabled": true, "assistantEmail": "assistant@example.com", "assistantName": "Alex" }

PUT /user/v1/settings/assistant

Accepts the same fields. assistantEmail doesn't need to already belong to a platform user — one is created automatically the first time it's needed, exactly like inviting any external recipient by email (see Sending & Signing → Recipients).

When assistantEnabled is true, every workflow turn assigned to you is transparently pre-routed through your assistant first — see Sending & Signing for how this interacts with the signing sequence. It's invisible to every other participant on the workflow.