How distribution works
Self-serve: register an agent in the sandbox dashboard and download any kit directly — the ZIP is generated on demand with your agent id baked in and a unique license key. Enterprise: contact hello@signatrust.net to have a license issued for a named customer, optionally emailed straight to your security or compliance team.
Catalogue
Loading templates…
What is inside every kit
- One runnable script in Python (stdlib only) or Node.js (ESM, no dependencies).
- Your agent id pre-embedded — receipts are attributed correctly from the first call.
- A unique license key (
lk_live_…) that activates the script and is recorded in your account. - A vertical-specific README explaining the regulator context (PSD2, AVG/GDPR, SOC 2 CC7.2, MDR Annex IV, etc.) and where to wire the seal call into a real workflow.
- A
SIGNATRUST_API_KEYplaceholder — the kit never ships with your API key; you paste it from the dashboard or set it as an environment variable.