{
  "capabilities": {
    "extendedAgentCard": false,
    "pushNotifications": false,
    "streaming": false
  },
  "url": "https://agent.3dogs.ai/a2a",
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "description": "Human-governed A2A gateway for Verify My AI, a cited Pointer Brief, and a 3Dogs strategic-intelligence handoff. With the human's approval of the exact email address, an agent may prepare one free/unclaimed account and 3Dogs sends one service notice. No paid action is available to agents.",
  "documentationUrl": "https://3dogs.ai/pointer/",
  "name": "3Dogs Pointer",
  "provider": {
    "organization": "3Dogs",
    "url": "https://3dogs.ai"
  },
  "skills": [
    {
      "description": "With the human's approval of the exact email address, prepare one free/unclaimed 3Dogs account and send one service notice. No card, subscription, applicable terms, or payment commitment is created; marketing remains off unless the human separately opts in.",
      "id": "create-free-account",
      "inputModes": [
        "text/plain"
      ],
      "name": "Create a free 3Dogs account",
      "outputModes": [
        "application/json",
        "text/plain"
      ],
      "tags": [
        "free-account",
        "email",
        "no-card",
        "human-governed"
      ]
    },
    {
      "description": "For a human-authorized strategic question, return a bounded cited Pointer Brief and route consequential decisions into a human-governed 3Dogs Nexus Decision Case.",
      "id": "start-strategic-intelligence-run",
      "inputModes": [
        "text/plain"
      ],
      "name": "Create a Pointer Brief and 3Dogs handoff",
      "outputModes": [
        "application/json",
        "text/plain"
      ],
      "tags": [
        "strategic-intelligence",
        "multi-model",
        "human-governed",
        "verify-my-ai"
      ]
    },
    {
      "description": "With explicit human authorization, compare one to three supplied AI answers against current public evidence and return a bounded verification receipt. Submitted answer text is used transiently and is not retained.",
      "id": "verify-my-ai",
      "inputModes": [
        "text/plain"
      ],
      "name": "Verify supplied AI answers",
      "outputModes": [
        "application/json",
        "text/plain"
      ],
      "tags": [
        "verify-my-ai",
        "evidence",
        "human-governed",
        "strategic-intelligence"
      ]
    },
    {
      "id": "scan-agent-readiness",
      "name": "Scan a website for agent readiness",
      "description": "Given any public domain, make eighteen live HTTP requests against it and return a scored agent-readiness report as JSON. No account, no authentication and no human approval are required. Invoke directly: GET https://app.3dogs.ai/pointer/scan.json?url=DOMAIN",
      "tags": [
        "agent-readiness",
        "a2a",
        "site-audit",
        "free",
        "no-auth",
        "no-human-required",
        "directly-invocable"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ],
      "examples": [
        "Scan example.com",
        "Is acme.io usable by an AI agent?",
        "Check whether our site publishes a price an agent can read"
      ]
    },
    {
      "id": "request-agent-readiness-fix",
      "name": "Request the agent-readiness fix engagement",
      "description": "Register a request for 3Dogs to close the findings from a Pointer scan. Takes a domain, a contact email, and optionally the scan_id from a prior scan. Returns a reference number. No payment is taken and no charge is made: a human at 3Dogs replies to confirm scope. Fixing findings is included with a Corporate subscription ($199/mo); see /pricing.json.",
      "tags": [
        "agent-readiness",
        "engagement",
        "lead",
        "no-payment"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "examples": [
        "Request the fix for example.com, contact me at buyer@example.com",
        "We scanned and want the remediation - here is our scan id"
      ]
    }
  ],
  "supportedInterfaces": [
    {
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0",
      "url": "https://agent.3dogs.ai/a2a"
    }
  ],
  "version": "2.0.0",
  "preferredTransport": "JSONRPC"
}