Overview
Enterprise Integrations
Available Integrations
Platform
Capability
Common Integration Patterns
Security Considerations
Last updated
KRNL provides pre-built integration patterns for popular enterprise platforms, enabling you to add cryptographic verification, audit trails, and automated workflows to your existing systems without replacing your infrastructure.
Secure document management with identity-bound watermarking and cryptographic fingerprinting
Secure document management with identity-bound watermarking and cryptographic fingerprinting
Build your own connector using the KRNL SDK and Studio
All enterprise integrations follow the same underlying pattern:
Connect — Authenticate to your platform via standard OAuth or API keys
Define — Map platform events (record updates, file uploads, stage changes) to KRNL workflow triggers
Execute — KRNL runs the workflow in a sandboxed environment with full attestation
Verify — Results are cryptographically signed and delivered back to your platform
Audit — Every action is logged with an immutable proof for compliance reporting
Platform credentials are resolved at runtime by your Attestor, never stored in workflow definitions
All platform API calls are intercepted, logged, and signed by the Attestor
Watermarks, fingerprints, and proofs are generated server-side, not client-side
Delegated accounts ensure user wallets are never exposed to integration logic
Last updated