commercial · PUBLIC_SANDBOX
Sign Engine
Existing BondMako engine — externalised, not rebuilt.
commercial family · current maturity PUBLIC SANDBOX.
What it does
Reuses the working internal engine. Target maturity: PRODUCTION_API. Gaps: production access flow; public sandbox docs polish.
Public API routes
- /api/v1/sign/envelopes
Sample request
curl -X POST https://bondmako.com/api/v1/sign/envelopes \
-H "Authorization: Bearer bm_test_..." \
-H "Idempotency-Key: sign_001" \
-H "Content-Type: application/json" \
-d '{"title":"NDA","signers":[{"email":"[email protected]","name":"Alex"}]}'Sample response
{ "data": { "id": "...", "status": "draft", "signers": [] } }Authentication · Security · Sandbox
Bearer API credentials scoped per sandbox/production environment. Scopes and organisation entitlements both must pass. This engine is PUBLIC_SANDBOX — self-serve activate is unlocked in the developer console.
Live pricing reference
Pricing reference: sign offering. Public documentation exposes customer-safe pricing fields only.