Dropbox Sign API

Dropbox Sign (formerly HelloSign) REST API for sending documents for electronic signature, managing templates, embedding signing flows in applications, and tracking signature status — part of the Dropbox product family with enterprise-grade eSignature features.

Evaluated Mar 06, 2026 (0d ago) vcurrent
Homepage ↗ Repo ↗ Other dropbox-sign hellosign esignature contracts agreements oauth2 rest-api sdk webhooks embedded-signing
⚙ Agent Friendliness
55
/ 100
Can an agent use this?
🔒 Security
82
/ 100
Is it safe for agents?
⚡ Reliability
79
/ 100
Does it work consistently?

Score Breakdown

⚙ Agent Friendliness

MCP Quality
--
Documentation
84
Error Messages
80
Auth Simplicity
76
Rate Limits
50

🔒 Security

TLS Enforcement
100
Auth Strength
78
Scope Granularity
72
Dep. Hygiene
80
Secret Handling
80

HTTPS enforced. API keys provide full account access — no per-key scope restriction. OAuth2 offers limited scopes for more secure user-context integrations. Webhook HMAC-SHA256 signature verification available and should be used. SOC2 Type II certified. ESIGN and eIDAS compliance for legal validity. Recommend API key rotation and dedicated service accounts for agent use.

⚡ Reliability

Uptime/SLA
82
Version Stability
80
Breaking Changes
75
Error Recovery
78
AF Security Reliability

Best When

An agent needs a developer-friendly eSignature API with clean documentation, embedded signing options, and straightforward template management at moderate volume.

Avoid When

You need enterprise-grade compliance features, high-volume operations, or are already using DocuSign which offers broader enterprise integrations.

Use Cases

  • Sending contracts and agreements for signature from agent-driven sales or HR workflows
  • Embedding a signing experience directly in web applications via embedded signing API
  • Creating reusable templates for NDAs, offer letters, and subscription agreements
  • Tracking signature request status and completion via webhooks or polling
  • Bulk sending signature requests to multiple signers with template field population

Not For

  • Very high signature volumes requiring enterprise concurrency (DocuSign handles this better)
  • Advanced identity verification requirements (biometric, in-person notarization)
  • Teams needing deeply integrated Salesforce or SAP workflow automation out of the box
  • Simple internal document approvals not requiring legal eSignature validity

Interface

REST API
Yes
GraphQL
No
gRPC
No
MCP Server
No
SDK
Yes
Webhooks
Yes

Authentication

Methods: api_key oauth2
OAuth: Yes Scopes: Yes

API key authentication for server-to-server agent use (HTTP Basic auth with API key as username, empty password). OAuth2 for user-context integrations. API keys are account-scoped with full access. Test mode uses a separate API key — always verify which mode is active. OAuth scopes available for limited access (basic_account_info, request_signature, etc.).

Pricing

Model: subscription
Free tier: Yes
Requires CC: No

Developer test mode is fully functional and free for building/testing. Production API requires a paid plan after the free tier. Priced per user/seat rather than per transaction. Good value for moderate-volume eSignature workflows.

Agent Metadata

Pagination
offset
Idempotent
No
Retry Guidance
Documented

Known Gotchas

  • Test mode and production use different API keys — confirm active mode via the account API before sending real requests
  • Signature requests in 'out_for_signature' status cannot be modified — agents must cancel and resend if document changes are needed
  • Webhook callbacks include an event_hash for verification — agents must validate HMAC-SHA256 signature using API key to prevent spoofed events
  • Template field population uses field_name keys defined at template creation time — mismatched names silently leave fields blank
  • Embedded signing requires a separate /embedded endpoint to get a time-limited sign_url — the URL expires in 30 minutes
  • PDF processing is asynchronous — a 200 response on send does not mean the document is ready; use the signature_request_sent callback
  • Rate limits are not documented and the rebrand from HelloSign to Dropbox Sign left some legacy documentation gaps

Alternatives

Full Evaluation Report

Detailed scoring breakdown, competitive positioning, security analysis, and improvement recommendations for Dropbox Sign API.

$99

Scores are editorial opinions as of 2026-03-06.

5178
Packages Evaluated
26151
Need Evaluation
173
Need Re-evaluation
Community Powered