Skip to content
Back to CoworkingView

Card snapshot

coworkingview.com · 2026-09-24 17:27:29 UTC · 5ad863aaab8255e12bffde36513dee74d0593920bc20d0c2dd72805c9615b48f

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.

{
  "name": "CoworkingView",
  "description": "Searches the CoworkingView catalogue of coworking spaces and private offices, and lists the city, amenity and workspace-type slugs that search accepts. It does not book, hold availability, or issue access tokens. An enquiry is forwarded only from the website form, which requires a human Turnstile token.",
  "version": "1.0.0",
  "documentationUrl": "https://coworkingview.com/auth.md",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "supportedInterfaces": [
    {
      "url": "https://coworkingview.com/api/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0.0"
    }
  ],
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "search_coworking_spaces",
      "name": "search_coworking_spaces",
      "description": "Search the catalogue by city, amenities, workspace type, desk count and price.",
      "tags": [
        "coworking",
        "read"
      ]
    },
    {
      "id": "get_coworking_filters",
      "name": "get_coworking_filters",
      "description": "List every city, amenity and workspace-type slug the search accepts. Call it before guessing one.",
      "tags": [
        "coworking",
        "read"
      ]
    },
    {
      "id": "submit_workspace_inquiry",
      "name": "submit_workspace_inquiry",
      "description": "Forward the user's enquiry to CoworkingView, who pass it to the operator. Never books anything.",
      "tags": [
        "coworking",
        "write"
      ]
    }
  ]
}