Google Sheets
Create Decionis decision dossiers for new Google Sheets rows
Turn spreadsheet rows into governed actions—not blind automation.
For Approvals, finance operations, and spreadsheet-driven imports.
Layer 5 — The proof
These are not four products in a navigation bar. They are four answers to four different doubts — which is why they only make sense once you know what Decionis is for.
“Is this a real system or a landing page?”
Proof we are real.
The govern Action and the Node SDK are public, and every Decision Dossier can be verified against our published JWKS without trusting our code.
“Does the protocol actually stop anything?”
Proof the protocol works.
Try to overspend, violate policy, delete production, expose secrets or bypass approval, and watch the verdict come back. No account required.
“Can we express our own authority in it?”
Proof people can build on it.
Open, forkable decision recipes — the executable policies other teams already run, ready to adapt rather than author from scratch.
“Can we actually deploy it where we work?”
Proof it is deployable.
Every place Decionis becomes available — checkout, ERP, ITSM, agent tool calls — reached without rewriting the system it governs.
Zapier reviewed and published these templates on August 4, 2026. Each activation route is tied to the published template id, not a guessed directory URL.
Google Sheets
Turn spreadsheet rows into governed actions—not blind automation.
For Approvals, finance operations, and spreadsheet-driven imports.
HubSpot
Every new HubSpot deal gets a signed policy decision.
For Deal governance, revenue operations, and CRM-controlled handoffs.
Shopify
Every paid Shopify order produces verifiable decision evidence.
For Commerce operations, margin controls, refunds, and order governance.
Pick the role you are reading as. Each route lists the questions that audience actually asks, and where each one is answered.
You will wire this into a codebase and need to know how it behaves under failure.
What you are asking
Where it is answered
You have to defend this in an audit and know exactly what is retained and where.
What you are asking
Where it is answered
You are deciding whether this pays for itself and how risky the rollout is.
What you are asking
Where it is answered
You are evaluating whether to list, co-sell or build against Decionis.
What you are asking
Where it is answered
Evidence for the specific claims teams push back on hardest — money, signatures, drift, and compliance posture.
How a blocked action becomes a defensible number, and where we refuse to claim one.
Check an Ed25519 signature against the published JWKS yourself.
Synthetic dossiers signed by a published key, archived with a DOI (10.5281/zenodo.22692903) and checked with @decionis/verify — the verifier's behaviour, reproducible without an account.
Live policy-drift signals, published rather than described.
The exact certification status, stated without rounding up.
Three reviewed templates with durable activation ids for Google Sheets, HubSpot, and Shopify.
Transparency builds trust. Proof drives adoption.
Every claim on this page about evidence rests on one test: can a party who does not trust Decionis check the record without Decionis in the loop? The public corpus and the open verifier let you run that test now, with no account and no network call to us.
The Decision Dossier corpus — v0.1.4, Apache-2.0, archived with a DOI — is a set of signed dossiers with their inputs snapshot, execution binding and JSON-LD, plus the negative cases a verifier must refuse. The signing key is published on purpose, so you can regenerate the corpus instead of trusting the fixtures.
DOI 10.5281/zenodo.22692903@decionis/verify is an open verifier that runs from two local files: the dossier and the key set. It recomputes the RFC 8785 canonical form, checks the Ed25519 signature and the execution-binding and dossier digests, and refuses anything altered. Disconnect if you like; it needs nothing from us.
@decionis/verify@0.3.0The corpus proves the verifier behaves correctly, including when it should refuse. It does not prove that a production dossier verifies — that needs a real dossier and the live JWKS, and the repository documents that check separately rather than shipping a production artifact it should not have. The technical note walks through both halves, including the live key set a production dossier is checked against.
Verify a Decision Dossier without an accountnpx -y @decionis/verify \ --file dossiers/vectors/owned-execution-bound.json \ --jwks dossiers/corpus-jwks.json
For a regulated institution this is the test that matters: evidence that remains checkable by a party who does not trust the operator, and that stays checkable if the operator disappears.
Verify a dossier on this siteCorpus on GitHubProduction signing keys (JWKS)
What you can check yourself, before you trust any of it.