Stop paying $65 a seat to send three NDAs a month.
That's the whole price list. The $29 covers API access, webhooks, test mode, and the first 10 envelopes. After that, $0.30 each. No seats. No annual cap. No quote calls.
Free for the first 10 envelopes / month, forever. Same audit cert as DocuSign, the legal framework hasn't changed in 20 years.
This Master Services Agreement is entered into as of May 15, 2026 by and between Acme Corp. and Spondeo, Inc.
The parties agree to be bound by the terms set forth herein upon execution by their duly authorized representatives.
That's it. That's the whole thing.
Free for the first 10 envelopes / month, no card, no time limit. · See the math
What you'd actually pay vs. what DocuSign charges.
DocuSign Business Pro is $65 / seat / month with a 100-envelope annual cap per seat. Most teams hit the cap, then get pushed onto the API plan. Here's the math for three real shapes.
30 envelopes / year
400 envelopes / year
6,000 envelopes / year
DocuSign list prices as of 2026-05. Sources: DocuSign published rates, their published Business Pro plan limits, public re-seller pricing for API-tier overage. You can verify everything; we'd rather you do.
The same audit cert DocuSign uses, in your signed PDF.
Every envelope writes an immutable, append-only ledger. Source PDF is SHA-256 hashed at upload and re-verified at finalize. The certificate ships sealed inside the signed PDF , not as a separate attachment that can be lost.
ESIGN + UETA + eIDAS SES. SOC 2 Type II. BAA on request. The court-tested format hasn't changed in two decades; if it works for DocuSign in front of a judge, it works for us.
The legal detailscurl https://api.spondeo.dev/v1/envelopes \
-H "Authorization: Bearer sk_live_4Z…vN8w" \
-H "Idempotency-Key: ik_8f1c…" \
-d @- <<'JSON'
{
"template_id": "tpl_msa_v3",
"recipients": [{
"name": "Jordan Chen",
"email": "[email protected]",
"role": "signer"
}],
"metadata": { "deal_id": "ACME-2026-Q2" }
}
JSON
# → 201 Created
# { "id": "env_01HKMW9X3FA7",
# "status": "sent",
# "signing_url": "https://sign.spondeo.dev/t/4f1a…7c9e" }Eight lines of curl, one envelope sent.
The dashboard is a thin shell over the API. Whatever it does, you can do. Test mode is free and unlimited. Idempotency keys on every mutation. Webhooks signed with HMAC and replayable from the dashboard.
No "API plan" upcharge. The $29 subscription covers it. The same $0.30 per envelope whether you send from the UI or curl.
Send your first envelope before this tab loses focus.
Free for the first 10. No card. The signing flow, the audit cert, the webhooks, all of it.