Integration Briefs
Deploying Agent Duke inside the enterprise.
Two reference integrations: SAP-centered enterprise workflows and Google Cloud-native deployment. Both assume existing governance obligations remain in force.
Brief 01
SAP and Enterprise Integration
Why autonomous agents require security
Enterprises are embedding autonomous agents into procurement, treasury, settlement, and supply chain processes because those processes are rule-bound, high-volume, and expensive to operate manually. The same properties that make them suitable for automation make them hazardous when automated: an agent executing an incorrect policy does so at full speed, across every eligible transaction, without the hesitation that causes a human operator to escalate. When those transactions terminate on decentralized networks, the error settles irreversibly.
Conventional enterprise controls assume a human decision point exists somewhere in the chain. Segregation of duties, approval thresholds, and exception queues all depend on it. Autonomous execution removes that point. The control framework must therefore be relocated into the execution path itself, expressed in machine-evaluable form, and enforced at the same latency as the action it governs.
How Agent Duke integrates with SAP workflows
Agent Duke integrates as a validation and enforcement step within existing SAP process flows rather than as a parallel system. In an SAP S/4HANA environment, protocol calls are invoked from business process extension points — typically through SAP Business Technology Platform services or event-driven integration — at the moment a process step would commit an on-chain action.
A payment run, settlement instruction, or supplier disbursement that terminates on a decentralized network is submitted to the protocol before broadcast. The protocol evaluates counterparty risk, contract behavior, economic effect, and applicable enterprise policy, and returns a decision. Permitted actions proceed and receive a signed attestation stored against the SAP document. Constrained actions return to the workflow with the specific policy condition that must be satisfied. Interdicted actions are blocked before settlement and raise an exception carrying the complete evidence package.
Master data alignment is handled by mapping SAP business partner and general ledger identifiers to protocol policy subjects, so that enterprise-defined limits, approval tiers, and counterparty restrictions govern on-chain behavior without duplicate policy authoring. Decision records are written back as attachments or extension fields, keeping the audit trail inside the system of record.
Enterprise benefits
The integration preserves the existing control framework while extending it to autonomous and on-chain execution. Finance and internal audit retain their established approval semantics; the protocol enforces them in an environment where manual enforcement is not possible. Loss exposure decreases because interdiction precedes settlement. Incident response time decreases because the evidence package is generated at the moment of decision rather than assembled afterward. Audit cost decreases because attestations are attached to the originating documents.
Integration outcomes
Organizations completing this integration can place autonomous agents into production financial and supply chain processes with documented, continuous control coverage; can demonstrate to auditors and insurers that every on-chain action was validated against policy prior to settlement; and can extend to additional networks without reopening the control design, because coverage of new chains is handled by the protocol rather than by the integration.
Brief 02
Google Cloud Integration
How Agent Duke fits into Google Cloud
Agent Duke is deployed on Google Cloud as a set of stateless decision services and stateful enforcement workers positioned inside the customer's own project boundary. This placement matters: validation latency is minimized when the protocol runs adjacent to the workloads originating actions, and sensitive policy and key material never leave the organization's security perimeter.
The deployment follows standard cloud-native patterns. Validation endpoints scale to request volume, enforcement workers run continuously, telemetry flows through managed messaging into analytical and security tooling, and identity is derived from the platform rather than from static secrets.
Integration points
Enterprise outcomes
Security teams gain multi-chain visibility inside the tooling they already operate: Agent Duke findings arrive in Chronicle alongside conventional detections, so on-chain interdictions correlate with identity, endpoint, and network signals in a single investigation. Data teams gain a queryable history of every decision in BigQuery, enabling risk reporting, threshold tuning, and regulatory evidence production without bespoke extraction.
Platform teams gain a deployment that behaves like the rest of their estate — declarative infrastructure, managed autoscaling, platform-native identity, and centralized key management. Business owners gain the ability to run autonomous workloads in production with enforcement that scales with traffic rather than with headcount.