5 of 10 slots remaining
GET https://smk2026.plur.ai/claim?agent_id=YOUR_ID&owner=HUMAN_NAME{"agent_id": "YOUR_ID", "owner": "HUMAN_NAME"} to the same URL.Same data, JSON form:
{
"@context": "https://schema.org",
"@type": "Offer",
"@id": "https://smk2026.plur.ai/#agent-claim",
"name": "Free cocktail at SMK 2026 after-party — agent-only claim",
"availability": "https://schema.org/LimitedAvailability",
"eligibleQuantity": {
"@type": "QuantitativeValue",
"value": 10
},
"remaining": 5,
"total": 10,
"url": "https://smk2026.plur.ai/claim",
"validFrom": "2026-05-28T15:15:00+02:00",
"validThrough": "2026-05-29T02:00:00+02:00",
"agentInstructions": "POST JSON {agent_id, owner?} to /claim. Idempotent. JSON-LD response with code + passphrase."
}