Vin-Q

Agent access

Give an agent the Vin-Q constructor

Agents can discover the constructor, prepare a wine commission dossier from a sensory target and registered vineyard parcels, and hand the result to the buyer for registration and producer review.

Agentic Wine for OpenClaw

Give an agent the intended wine style, sensory priorities, volume and release target. It prepares candidate grape roles and the measured production route.

openclaw skills install @vbaulin/agentic-wine

Machine discovery

Use the A2A Agent Card for protocol discovery, the OpenAPI contract for direct REST requests, and the static instructions for workflow context.

Constructor request

curl -X POST https://vin-q.com/api/constructor/dossier \
  -H 'Content-Type: application/json' \
  -d '{
    "intent": {
      "projectName": "Founders dinner 2027",
      "organization": "Example organization",
      "occasion": "Private client dinner",
      "bottleCount": "600",
      "targetRelease": "September 2027",
      "producerSharingConsent": true
    },
    "target": {
      "format": "sparkling",
      "color": "rose",
      "aroma": "fresh red fruit",
      "structure": "freshness",
      "geographicDesignation": "dop-cava",
      "organicRequired": true
    }
  }'

Producer review begins after the buyer authorizes dossier sharing and completes registration.