platform · PUBLIC_SANDBOX
Hosted Workflows
Existing BondMako engine — externalised, not rebuilt.
platform family · current maturity PUBLIC SANDBOX.
What it does
Reuses the working internal engine. Target maturity: PRODUCTION_API. Gaps: rich hosted UI polish; identity provider connectors.
Public API routes
- /api/v1/hosted/sessions
- /hosted/sign/*
- /hosted/pay/*
- /hosted/document/*
Sample request
curl -X POST https://bondmako.com/api/v1/hosted/sessions \
-H "Authorization: Bearer bm_test_..." \
-H "Content-Type: application/json" \
-d '{"kind":"signing","resourceType":"sign_envelope","resourceId":"env_..."}'Sample response
{
"data": {
"token": "eyJ...",
"url": "https://bondmako.com/hosted/sign/...",
"expiresIn": 900
}
}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: platform hosted sessions. Public documentation exposes customer-safe pricing fields only.