Skip to content
Back to LeadProof Sales Agent

Card snapshot

leadproof.jessesay.chatgpt.site · 2026-07-19 04:28:27 UTC · 29fd6235fde7ef435e5fa45d5bb53de89aa92e73d970c1f53603968efd714e40

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "LeadProof Sales Agent",
  "description": "Automated product agent that evaluates lead-delivery workflows, explains LeadProof, tests compatibility, recommends a plan, and returns an authorized checkout path. It does not impersonate a human operator.",
  "url": "https://leadproof.jessesay.chatgpt.site/a2a",
  "preferredTransport": "JSONRPC",
  "additionalInterfaces": [
    {
      "url": "https://leadproof.jessesay.chatgpt.site/api/mcp",
      "transport": "MCP"
    }
  ],
  "version": "1.0.0",
  "protocolVersion": "0.3.0",
  "provider": {
    "organization": "LeadProof",
    "url": "https://leadproof.jessesay.chatgpt.site"
  },
  "documentationUrl": "https://leadproof.jessesay.chatgpt.site/agent",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "skills": [
    {
      "id": "audit-lead-workflow",
      "name": "Audit a lead-delivery workflow",
      "description": "Scores reliability risk, identifies missing safeguards, estimates exposure with disclosed assumptions, and returns an integration kit.",
      "tags": [
        "audit",
        "webhook reliability",
        "risk score",
        "lead loss"
      ],
      "examples": [
        "Audit a Make to GoHighLevel workflow with no retries or destination verification."
      ]
    },
    {
      "id": "evaluate-lead-reliability",
      "name": "Evaluate lead-delivery reliability",
      "description": "Determines whether a workflow needs normalization, retries, destination verification, and receipts.",
      "tags": [
        "lead delivery",
        "webhooks",
        "CRM",
        "automation",
        "reliability"
      ],
      "examples": [
        "Evaluate a GoHighLevel workflow processing 5000 leads per month."
      ]
    },
    {
      "id": "recommend-plan",
      "name": "Recommend a LeadProof plan",
      "description": "Returns transparent assumptions, plan limits, price, and official Stripe checkout URL.",
      "tags": [
        "pricing",
        "SaaS",
        "checkout"
      ]
    },
    {
      "id": "integration-plan",
      "name": "Generate an integration plan",
      "description": "Maps LeadProof into Make, Zapier, n8n, GoHighLevel, AI receptionists, or custom APIs.",
      "tags": [
        "integration",
        "MCP",
        "OpenAPI"
      ]
    },
    {
      "id": "request-sales-handoff",
      "name": "Request an authorized sales handoff",
      "description": "Stores a qualified buyer request only when the represented buyer explicitly authorizes contact.",
      "tags": [
        "sales handoff",
        "buyer intent",
        "consent",
        "checkout"
      ]
    }
  ],
  "securitySchemes": {
    "public": {
      "type": "apiKey",
      "in": "header",
      "name": "none",
      "description": "Public evaluation endpoint; checkout requires purchaser authorization."
    }
  }
}