{
  "protocolVersion": "0.2.6",
  "name": "FieldRobin Commerce Agent",
  "description": "FieldRobin provides agent-discoverable field-service content and payment handoff capabilities for home-service businesses.",
  "supportedInterfaces": [
    {
      "url": "https://fieldrobin.com/api/v1/agent/a2a",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "0.2.6"
    }
  ],
  "url": "https://fieldrobin.com/api/v1/agent/a2a",
  "preferredTransport": "JSONRPC",
  "additionalInterfaces": [
    {
      "url": "https://fieldrobin.com/api/v1/agent/a2a",
      "transport": "HTTP+JSON"
    }
  ],
  "version": "1.0.0",
  "documentationUrl": "https://fieldrobin.com/developers",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false,
    "extensions": [
      {
        "uri": "https://github.com/google-agentic-commerce/AP2/tree/v0.1.0",
        "description": "AP2 merchant extension. Payment intent and mandate details are handled at the protected payment resource.",
        "required": true,
        "params": {
          "roles": [
            "merchant"
          ]
        }
      },
      {
        "uri": "https://github.com/google-agentic-commerce/ap2/tree/v0.1",
        "description": "AP2 merchant extension compatibility identifier for clients using the original v0.1 URI.",
        "required": true,
        "params": {
          "roles": [
            "merchant"
          ]
        }
      }
    ]
  },
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "paid-content-reference",
      "name": "Paid content reference",
      "description": "Returns a payment-aware resource reference that an agent can retrieve after completing the advertised payment flow.",
      "tags": [
        "commerce",
        "payments",
        "content"
      ],
      "examples": [
        "Give me the FieldRobin paid content reference."
      ]
    }
  ],
  "supportsAuthenticatedExtendedCard": false
}