Back to sdk
Jan 14, 2025
2 min read

Integration Guide

Integrating VGate SDK with messaging, Distributed Ledger, and durable layer for complete agent-native infrastructure.
{
  "title": "Integration with messaging, Distributed Ledger & Durable Layer",
  "description": "Learn how to integrate the VGate SDK with messaging, Distributed Ledger for accounting, and durable layer for workflow orchestration. Configure messaging subjects for agent communication, set up Distributed Ledger accounts for settlement, and deploy durable workflows for reliable agent protocols.",
  "keyPoints": [
    "messaging integration provides subject-based messaging for agent-to-agent communication",
    "Distributed Ledger integration enables financial-grade double-entry accounting for agent settlement",
    "durable layer integration ensures reliable execution of multi-step agent protocols",
    "VGate orchestrates all three components through a unified API",
    "Policy-Based Access Control (PBAC) provides fine-grained security"
  ],
  "references": [
    "https://docs.vchat.email/messaging",
    "https://docs.vchat.email/distributed-ledger",
    "https://docs.vchat.email/durable-layer"
  ],
  "tools": [
    "VGate SDK",
    "VGate CLI",
    "Distributed Ledger CLI",
    "Durable Workflow CLI"
  ],
  "mermaidMarkdown": "mindmap\n  root((Integration Guide))\n    messaging Integration\n      Subject Configuration\n      Agent-to-Agent Messaging\n      Persistent Message Storage\n      Security Policies\n    Distributed Ledger Integration\n      Account Setup\n      Transfer Execution\n      Balance Queries\n      Audit Trails\n    durable layer Integration\n      Execution Definition\n      Activity Registration\n      Error Handling\n      State Persistence\n    VGate Orchestration\n      Unified API\n      Cross-Component Coordination\n      Monitoring & Alerting\n      Policy Enforcement",
  "url": ""
}