# Overview

## Enterprise Integrations

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.

### Available Integrations

| Platform                                               | Capability                                                                                   |
| ------------------------------------------------------ | -------------------------------------------------------------------------------------------- |
| [Salesforce](/enterprise-integration/salesforce.md)    | Secure document management with identity-bound watermarking and cryptographic fingerprinting |
| [HubSpot](/enterprise-integration/hubspot.md)          | Secure document management with identity-bound watermarking and cryptographic fingerprinting |
| [Custom](/enterprise-integration/custom-connectors.md) | Build your own connector using the KRNL SDK and Studio                                       |

### Common Integration Patterns

All enterprise integrations follow the same underlying pattern:

1. **Connect** — Authenticate to your platform via standard OAuth or API keys
2. **Define** — Map platform events (record updates, file uploads, stage changes) to KRNL workflow triggers
3. **Execute** — KRNL runs the workflow in a sandboxed environment with full attestation
4. **Verify** — Results are cryptographically signed and delivered back to your platform
5. **Audit** — Every action is logged with an immutable proof for compliance reporting

### Security Considerations

* 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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.krnl.xyz/enterprise-integration/overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
