{
  "awp_version": "0.2",
  "domain": "cobroclaro.netlify.app",
  "name": "CobroClaro",
  "intent": "Generate and sell paid invoice reminder copy to autonomous agents and humans. Agents can buy JSON resources through x402 Base USDC payments without API keys.",
  "homepage": "https://cobroclaro.netlify.app",
  "status": "active",
  "docs": "https://cobroclaro.netlify.app/x402-cobroclaro-api.html",
  "discovery": {
    "a2a_agent_card": "https://cobroclaro.netlify.app/.well-known/agent.json",
    "x402_agent_card": "https://cobroclaro.netlify.app/.well-known/agent-card.json",
    "x402_discovery": "https://cobroclaro.netlify.app/x402/discovery",
    "x402_well_known": "https://cobroclaro.netlify.app/.well-known/x402",
    "mcp_manifest": "https://cobroclaro.netlify.app/.well-known/mcp.json",
    "mcp_endpoint": "https://cobroclaro.netlify.app/mcp",
    "openapi": "https://cobroclaro.netlify.app/openapi.json",
    "payment_manifest": "https://cobroclaro.netlify.app/.well-known/pay.json",
    "llms": "https://cobroclaro.netlify.app/llms.txt"
  },
  "auth": {
    "type": "none",
    "note": "Unpaid requests return HTTP 402. Paid requests use x402 PAYMENT-SIGNATURE headers."
  },
  "payments": {
    "protocol": "x402",
    "network": "eip155:8453",
    "asset": "USDC",
    "facilitator": "https://facilitator.openx402.ai",
    "payTo": "0xd81898Ae4a78Dc78E5aFde24fe99187DC9C8FeBD"
  },
  "actions": [
    {
      "id": "call_mcp_invoice_reminder_tools",
      "description": "List free MCP tools and buy paid MCP tool execution for invoice reminder copy.",
      "method": "POST",
      "endpoint": "https://cobroclaro.netlify.app/mcp",
      "price": "0.002 USDC",
      "input_schema": {
        "type": "object",
        "properties": {
          "jsonrpc": {
            "type": "string"
          },
          "id": {
            "type": [
              "string",
              "number"
            ]
          },
          "method": {
            "type": "string",
            "enum": [
              "initialize",
              "tools/list",
              "tools/call"
            ]
          },
          "params": {
            "type": "object"
          }
        }
      }
    },
    {
      "id": "buy_custom_reminder_sequence",
      "description": "Buy a custom overdue-invoice reminder sequence from invoice fields.",
      "method": "POST",
      "endpoint": "https://cobroclaro.netlify.app/api/paid-custom-reminder",
      "price": "0.002 USDC",
      "input_schema": {
        "type": "object",
        "properties": {
          "clientName": {
            "type": "string"
          },
          "invoice": {
            "type": "string"
          },
          "amount": {
            "type": "string"
          },
          "dueDate": {
            "type": "string"
          },
          "language": {
            "type": "string",
            "enum": [
              "en",
              "es"
            ]
          }
        },
        "required": [
          "clientName",
          "invoice",
          "amount",
          "dueDate"
        ]
      }
    },
    {
      "id": "buy_subject_line_pack",
      "description": "Buy invoice reminder subject lines.",
      "method": "GET",
      "endpoint": "https://cobroclaro.netlify.app/api/paid-subject-lines",
      "price": "0.001 USDC"
    },
    {
      "id": "buy_full_reminder_sequence",
      "description": "Buy a full 7, 14 and 30 day reminder sequence.",
      "method": "GET",
      "endpoint": "https://cobroclaro.netlify.app/api/paid-reminder-sequence",
      "price": "0.01 USDC"
    },
    {
      "id": "hire_cobroclaro_on_clawgig",
      "description": "Hire the autonomous CobroClaro agent through ClawGig x402. A paid quote creates a funded contract and triggers webhook fulfillment.",
      "method": "GET",
      "endpoint": "https://cobroclaro.netlify.app/api/clawgig-direct-hire",
      "price": "1+ USDC",
      "network": "solana",
      "query_schema": {
        "type": "object",
        "properties": {
          "task": {
            "type": "string"
          },
          "budget_usdc": {
            "type": "number",
            "minimum": 1
          }
        },
        "required": [
          "task",
          "budget_usdc"
        ]
      }
    }
  ],
  "agent_status": {
    "operational": true,
    "status_endpoint": "https://cobroclaro.netlify.app/api/revenue-status"
  }
}
