Skip to content
Back to SeatCanvas

Card snapshot

www.seatcanvas.app · 2026-06-20 06:04:46 UTC · 5a3e8133cc21a6b3beaf9ef6f48a835675d79d1e4baa9401f3664424d7418c40

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "_specVersion": "a2a/v0.3",
  "schemaVersion": "0.3",
  "name": "SeatCanvas",
  "description": "Web-based seating chart planner for weddings, quincea\u00f1eras, galas, and events. This agent card exposes informational lookups only \u2014 no transactional capability.",
  "url": "https://www.seatcanvas.app",
  "provider": {
    "organization": "SeatCanvas",
    "url": "https://www.seatcanvas.app"
  },
  "documentationUrl": "https://www.seatcanvas.app/llm-info",
  "agentType": "informational",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "product.info.lookup",
      "name": "Product info lookup",
      "description": "Read product overview, pricing tiers, free-tier limits, supported languages, and feature list.",
      "tags": [
        "read",
        "informational"
      ],
      "examples": [
        "What is SeatCanvas?",
        "Does it support Spanish?"
      ],
      "documentationUrl": "https://www.seatcanvas.app/llm-info"
    },
    {
      "id": "pricing.lookup",
      "name": "Pricing lookup",
      "description": "Read current free-tier limits and Event Pass price. No checkout, no write operations.",
      "tags": [
        "read",
        "informational"
      ],
      "examples": [
        "How much is the Event Pass?",
        "What's the free-tier limit?"
      ],
      "documentationUrl": "https://www.seatcanvas.app/pricing"
    },
    {
      "id": "faq.search",
      "name": "FAQ search",
      "description": "Read FAQ entries from the Help page.",
      "tags": [
        "read",
        "informational"
      ],
      "examples": [
        "How do I import a guest list?"
      ],
      "documentationUrl": "https://www.seatcanvas.app/help"
    },
    {
      "id": "blog.search",
      "name": "Blog search",
      "description": "Read blog post index and individual posts about seating chart planning.",
      "tags": [
        "read",
        "informational"
      ],
      "examples": [
        "Any posts on round-table etiquette?"
      ],
      "documentationUrl": "https://www.seatcanvas.app/blog"
    }
  ]
}