{
  "format": "delx/intent-card/v1",
  "id": "wmi-decode-api",
  "intent": "decode manufacturer WMI code",
  "title": "WMI decode API for agents",
  "description": "Decode a 3-character WMI via NHTSA for $0.003 into manufacturer and vehicle type.",
  "keywords": [
    "WMI decode",
    "manufacturer code",
    "VIN prefix",
    "NHTSA WMI",
    "x402 WMI"
  ],
  "updated_at": "2026-08-06",
  "canonical_url": "https://commerce.delx.ai/intents/wmi-decode-api",
  "machine_url": "https://commerce.delx.ai/intents/wmi-decode-api.json",
  "recommendation": {
    "tool_name": "util_wmi_decode",
    "service_name": "Delx WMI Decode",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/wmi-decode",
    "price_usdc": "0.003",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "wmi": {
          "type": "string",
          "description": "3-character WMI (often VIN prefix)"
        }
      },
      "required": [
        "wmi"
      ],
      "additionalProperties": true
    },
    "example_input": {},
    "example_output": {},
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/wmi-decode -m POST -H 'x-delx-source: intent-card-wmi-decode-api' --max-amount 0.003 -b '{}'",
      "max_amount_usdc": "0.003"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-wmi-decode-api"
  },
  "evidence": {
    "paid_openapi": "https://api.delx.ai/openapi.x402.json",
    "governed_portfolio": "https://api.delx.ai/x402-portfolio.json",
    "live_contract": "https://api.delx.ai/api/v1/x402/wmi-decode"
  }
}
