Rutba

Blog · Platform services

Every signature API returns an audit report the vendor vouches for

Which is worth exactly as much as your relationship with that vendor. Ours returns a record anyone can check independently — from a public endpoint, with no key, that does not reach your systems at all.

· 3 min read

Two boxes: your instance serving an authenticated signing endpoint with a bearer key, and the platform serving a public verification endpoint marked no key, no account.
Two backends, and the split is the point.

Embed a signature vendor into your product and you inherit a dependency that outlives the contract. Two years later a customer disputes an agreement, and confirming what happened means asking the vendor — who may have changed their API, their pricing, their retention policy, or their owner.

That is the actual risk in this category, and it is not usually the one that gets evaluated. The evaluation is about fields, templates and webhooks.

Two backends, and the split is deliberate

The signing engine is a module inside a Rutba instance — yours if you are licensed, a shared one otherwise. That is where envelopes are created, sent and sealed, beside the documents it signs.

The public surface is served by the platform: verification, the published key set, abuse reporting. Two different systems, and the reason is a single sentence — a counterparty verifying your document never touches your systems and never needs anything from you.

  • They do not need an account.
  • They do not need a key.
  • They do not need your instance to be up.
  • They do not need to pay anybody. Verification is free and stays free.

A record only checkable by asking the vendor is a record about the vendor.

What comes back

Documents pinned by hash, the events hash-chained, and the completion manifest sealed and timestamped by a public RFC 3161 authority. The key set is published, so the seal can be checked without asking us anything.

Verification also works on a single party’s receipt, not only a completed envelope. Every act is countersigned by the platform the instant it happens — so somebody who signs today and waits three weeks for the other parties holds independently checkable proof of their own act immediately.

What building against it looks like

  • A REST API with scoped, revocable bearer keys (sgk_…) at /api/sign/v1.
  • Signed webhooks on every envelope event.
  • A typed SDK generated from the same routes the engine serves — so an API change is a compile error rather than a support ticket.
  • Templates and bulk send through the same API.
  • The identity ladder chosen per signer: email, phone code, access code, location.
  • The agreement lifecycle too: compose in one call, then calendars, renewals and formalities with their stages.

The generated SDK is the detail worth pausing on. A hand-written client drifts from the API it wraps, and the drift is discovered in production by a customer. A client generated from the routes cannot drift — at worst it fails to compile, which is the cheapest possible place to find out.

The same envelope, through a different door

PlanPriceWhat it covers
Free$0Verification, unlimited. The public half never costs anything.
Standard$0.90 per envelope sentSend from code. No seat count, no monthly minimum.
Scale$249 / month400 envelopes — a commitment that earns a lower rate.
EnterpriseCustom, annualVolume, residency, and the paperwork that comes with both.

The envelope rate is identical to the application tier of Rutba Sign, because it is the same metered envelope arriving through a different door. Charging more for the API would be charging for the absence of a user interface.

Try the public half now

Verification needs no key and no account. Paste a digest and watch it answer.

Verify a document

Read next

  • Anyone can put a picture of a signature on a page

    What decides a dispute two years later is whether you can still show what happened: who opened it, from where, what they accepted, in what order, and that not one byte has moved since. That record is the product.

  • Ask for your money back, any time, and we will not ask why

    If you have paid for time you are not using, there is a button that gives it back. No window, no reason, no email to support. Here is exactly how the number is worked out, and where we round.

  • We wrote an office suite and gave it away

    Seven desktop applications, our own document engine, and the Outlook archive formats almost nothing else opens. Free under the AGPL, no account, no telemetry — and a commercial reason it is not charity.