master-zapier-plan-draft/packages/zapier-user-docs
George Lambert a1a5b957fd
Some checks are pending
offline / test (push) Waiting to run
Wire zappier-edge into the live stack and add billing department APIs
Fleet now spawns the real zappier and middleware processes. Metered
timestamp/receipt/hash calls proxy to middleware when ZAPPIER_UPSTREAM
is set. CS credits, sales per-customer pricing, and QuickBooks export
are separate repos plugged into zappier-edge admin.
2026-09-11 15:15:55 -04:00
..
01-what-you-get.md Add Zapier interface simulator, tree-node Merkle lookups, and user docs 2026-09-11 12:58:03 -04:00
02-signup-zappier-portal.md Wire zappier-edge into the live stack and add billing department APIs 2026-09-11 15:15:55 -04:00
03-connect-zapier.md Add Zapier interface simulator, tree-node Merkle lookups, and user docs 2026-09-11 12:58:03 -04:00
04-register-a-hash.md Add Zapier interface simulator, tree-node Merkle lookups, and user docs 2026-09-11 12:58:03 -04:00
05-wait-async-hooks.md Add Zapier interface simulator, tree-node Merkle lookups, and user docs 2026-09-11 12:58:03 -04:00
06-lookup-central-chain.md Add Zapier interface simulator, tree-node Merkle lookups, and user docs 2026-09-11 12:58:03 -04:00
07-attachments-and-metadata.md Add Zapier interface simulator, tree-node Merkle lookups, and user docs 2026-09-11 12:58:03 -04:00
08-bulk-merkle-summaries.md Add Zapier interface simulator, tree-node Merkle lookups, and user docs 2026-09-11 12:58:03 -04:00
09-lookup-tree-nodes.md Add Zapier interface simulator, tree-node Merkle lookups, and user docs 2026-09-11 12:58:03 -04:00
10-reading-receipts.md Add Zapier interface simulator, tree-node Merkle lookups, and user docs 2026-09-11 12:58:03 -04:00
11-errors-billing-retries.md Add Zapier interface simulator, tree-node Merkle lookups, and user docs 2026-09-11 12:58:03 -04:00
12-security.md Add Zapier interface simulator, tree-node Merkle lookups, and user docs 2026-09-11 12:58:03 -04:00
NATS.md Add Zapier interface simulator, tree-node Merkle lookups, and user docs 2026-09-11 12:58:03 -04:00
package.json Add Zapier interface simulator, tree-node Merkle lookups, and user docs 2026-09-11 12:58:03 -04:00
README.md Add Zapier interface simulator, tree-node Merkle lookups, and user docs 2026-09-11 12:58:03 -04:00
SUMMARY.md Add Zapier interface simulator, tree-node Merkle lookups, and user docs 2026-09-11 12:58:03 -04:00

Verae Time for Zapier — user guide

How to go from zero account to registering SHA-256 hashes, looking them up on the central Verae chain, and finding hashes that were only sealed as part of a bulk Merkle summary on external tree-node archives.

This is the customer-facing guide (signup → Zaps). Developers: see zapier-docs-master and the simulator at verae-zapier-simulator.

Live catalog: https://zapier.georgelambert.org/
Clone: ssh://git@git.georgelambert.org:2223/marchon/zapier-user-docs.git

Contents

  1. What you get
  2. Sign up for a Verae / zappier account
  3. Connect the Zapier app
  4. Register a SHA-256 (create timestamp)
  5. Wait, async, and completed hooks
  6. Look up a hash on the central Verae chain
  7. Attachments and metadata (not on chain)
  8. Bulk Merkle summaries
  9. Look up a hash on tree-node archives
  10. Reading receipts
  11. Errors, billing, retries
  12. Security: what Zapier never sees

Try it without going live

The interface simulator is a Zapier-like form plus a trace console. Run Batch Merkle, copy a leaf SHA-256, then Find Timestamp by SHA256 (miss) vs Find Hash (tree nodes) (proof).