{
  "name": "Pinpoint Accounting Service Intake Agent",
  "version": "1.0.0",
  "description": "Public agent surface for Pinpoint Accounting & Service. Helps agents discover Thailand accounting, tax, company registration, payroll, VAT, BOI, visa, and work permit information, then route users to consultation channels.",
  "url": "https://pinpointaccountingservice.com/.well-known/agent-card.json",
  "provider": {
    "organization": "Pinpoint Accounting & Service, Ltd.",
    "url": "https://pinpointaccountingservice.com"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false,
    "extensions": [
      {
        "uri": "https://pinpointaccountingservice.com/.well-known/agent-skills/index.json",
        "description": "Agent skills discovery index for Pinpoint public service intake.",
        "required": false
      },
      {
        "uri": "https://pinpointaccountingservice.com/.well-known/api-catalog",
        "description": "Linkset API catalog for public website endpoints.",
        "required": false
      },
      {
        "uri": "https://github.com/google-agentic-commerce/ap2/v1",
        "description": "Declares AP2-compatible agent-commerce discovery for consultation checkout intents.",
        "required": false
      },
      {
        "uri": "https://github.com/google-agentic-commerce/a2a-x402/blob/main/spec/v0.2",
        "description": "Declares x402-compatible payment discovery for the paid agent consultation review endpoint.",
        "required": false
      }
    ]
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "pinpoint-service-intake",
      "name": "Pinpoint Service Intake",
      "description": "Answer public questions about Pinpoint Accounting services and route users to the appropriate page, LINE contact, phone call, or consultation form.",
      "tags": [
        "accounting",
        "tax",
        "company-registration",
        "payroll",
        "vat",
        "boi",
        "work-permit",
        "thailand"
      ],
      "examples": [
        "Find the best Pinpoint page for company registration in Thailand.",
        "Help a foreign founder prepare questions for a VAT or payroll consultation.",
        "Route a user to the public lead form or LINE contact channel."
      ]
    }
  ],
  "supportedInterfaces": [
    {
      "url": "https://pinpointaccountingservice.com/.well-known/agent-skills/index.json",
      "protocol": "agent-skills-discovery"
    },
    {
      "url": "https://pinpointaccountingservice.com/.well-known/api-catalog",
      "protocol": "linkset"
    },
    {
      "url": "https://pinpointaccountingservice.com/.well-known/acp.json",
      "protocol": "agentic-commerce-protocol"
    },
    {
      "url": "https://pinpointaccountingservice.com/.well-known/ucp",
      "protocol": "universal-commerce-protocol"
    }
  ],
  "authentication": {
    "required": false,
    "documentation": "https://pinpointaccountingservice.com/auth.md"
  }
}
