dropbox-sign

Installation
SKILL.md

Troubleshooting

If requests fail, run zero doctor check-connector --env-name DROPBOX_SIGN_TOKEN or zero doctor check-connector --url https://api.hellosign.com/v3/account --method GET

Authentication

Dropbox Sign uses HTTP Basic Auth with the API key as the username and an empty password. All curl examples below pass the token via -u "$DROPBOX_SIGN_TOKEN:" (note the trailing colon — it supplies the blank password).

Test Mode

For development, append test_mode=1 to every write request (the Dropbox Sign API accepts the form field on send, send_with_template, create_embedded, etc.). Test-mode signature requests are free and non-legally-binding — use them when wiring up or testing flows. To run in production mode, omit the field (defaults to production).

Account

Get Account Info

Verifies auth and returns the account email, plan quotas, and callback URL.

Related skills
Installs
9
GitHub Stars
59
First Seen
Apr 19, 2026