{
  "name": "nonspace",
  "description": "Nonspace is a Scandinavian brand and digital agency. This agent card advertises discoverable, read-only information skills exposed via WebMCP and the site's public APIs.",
  "url": "https://nonspace.no",
  "version": "1.0.0",
  "provider": {
    "organization": "Nonspace",
    "url": "https://nonspace.no"
  },
  "documentationUrl": "https://nonspace.no/llms.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": []
  },
  "defaultInputModes": [
    "text"
  ],
  "defaultOutputModes": [
    "text"
  ],
  "skills": [
    {
      "id": "search",
      "name": "Content search",
      "description": "Search Nonspace cases, expertise pages, blueprint articles, and team members.",
      "tags": [
        "search",
        "discovery"
      ],
      "examples": [
        "find case studies for energy clients",
        "search expertise pages about brand strategy",
        "list articles mentioning Rosenborg"
      ],
      "inputModes": [
        "text"
      ],
      "outputModes": [
        "text",
        "application/json"
      ]
    },
    {
      "id": "navigate",
      "name": "Site navigation",
      "description": "Resolve canonical paths on nonspace.no for cases, expertise, people, and articles.",
      "tags": [
        "navigation"
      ],
      "examples": [
        "open /en/work/rosenborg-always-forward",
        "navigate to /en/expertise/brand"
      ],
      "inputModes": [
        "text"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "contact",
      "name": "Contact details",
      "description": "Return primary contact channels: partnerships email, office locations, and LinkedIn.",
      "tags": [
        "contact"
      ],
      "examples": [
        "how do I contact Nonspace?"
      ],
      "inputModes": [
        "text"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ]
}