{
  "name": "CraftMyFunnel Outbound Governance Agent",
  "version": "1.0.0",
  "description": "Governed B2B outbound sales execution, automated lead pipeline management, human approval workflows, and deliverability orchestration agent.",
  "supportedInterfaces": [
    {
      "url": "https://www.craftmyfunnel.live/api/v1",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    },
    {
      "url": "https://www.craftmyfunnel.live/api/mcp",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "2.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": true,
    "humanApprovalRequired": true,
    "extendedAgentCard": false
  },
  "skills": [
    {
      "id": "lead-management",
      "name": "B2B Lead Management & Verification",
      "description": "Ingests, deduplicates, verifies deliverability, and scopes B2B leads within isolated tenant workspaces.",
      "tags": [
        "leads",
        "enrichment",
        "crm"
      ]
    },
    {
      "id": "campaign-orchestration",
      "name": "Outbound Campaign Orchestration",
      "description": "Coordinates multi-step email cadences, sends outbound messages with RFC 8058 one-click unsubscribe, and records delivery telemetry.",
      "tags": [
        "campaigns",
        "email",
        "outreach"
      ]
    },
    {
      "id": "human-approval-governance",
      "name": "Human-in-the-Loop Review & Approval",
      "description": "Enforces strict human oversight before AI-drafted messages and outreach sequences are transmitted to prospects.",
      "tags": [
        "governance",
        "compliance",
        "safety"
      ]
    },
    {
      "id": "deliverability-monitoring",
      "name": "Mailbox Health & Deliverability Telemetry",
      "description": "Monitors SPF, DKIM, DMARC alignment, bounce thresholds, and feedback loop alerts across connected mailboxes.",
      "tags": [
        "deliverability",
        "dkim",
        "reputation"
      ]
    }
  ],
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/markdown"
  ]
}