{
  "protocol": "agentic-reservation/0.2",
  "operations": [
    "check_availability",
    "hold",
    "confirm",
    "verify",
    "modify",
    "cancel",
    "lookup"
  ],
  "resource_types": [
    "meeting",
    "table",
    "chair",
    "station",
    "room"
  ],
  "verification": {
    "channel": "email",
    "required_for": [
      "confirm"
    ],
    "note": "confirm creates a pending booking; it becomes real when the booker clicks the emailed link"
  },
  "limits": {
    "active_bookings_per_person": 1,
    "hold_ttl_seconds_max": 900
  },
  "mandate": {
    "style": "ap2-lite",
    "required_for": [
      "confirm",
      "modify",
      "cancel"
    ]
  },
  "payment": {
    "delegated": true,
    "compatible_with": [
      "acp-delegated-payment"
    ],
    "note": "unused for meetings (free)"
  },
  "time": {
    "wire": "iso-8601-utc",
    "display_timezone": "Europe/Lisbon"
  },
  "endpoints": {
    "mcp_streamable_http": "https://clara-mind.ai/reserve/mcp",
    "mcp_sse_deprecated": "https://clara-mind.ai/reserve/sse",
    "rest": "https://clara-mind.ai/reserve/v1",
    "openapi": "https://clara-mind.ai/reserve/openapi.json",
    "booking_page": "https://clara-mind.ai/reserve/book",
    "agent_card": "https://clara-mind.ai/.well-known/agent-card.json"
  }
}