Skip to content
Back to Opplevagent

Card snapshot

opplevagent.no · 2026-06-18 22:20:35 UTC · 31012ddbe7efcf2c5886e85c5ebf12078c5d0f3f16c4f55ea4112f976875f363

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": "Opplevagent",
  "description": "A2A-markedsplass for norske opplevelser og aktiviteter \u2014 s\u00f8kbar for AI-agenter. Finn turer, kurs og opplevelser etter fylke, kommune, kategori, v\u00e6r, sesong, gruppest\u00f8rrelse, alder og pris. A2A marketplace for Norwegian experiences and activities, queryable by AI agents \u2014 discover tours, courses and things to do filtered by county, municipality, category, weather, season, group size, age and price.",
  "url": "https://opplevagent.no/a2a",
  "protocolVersion": "0.3.0",
  "provider": {
    "organization": "Opplevagent",
    "url": "https://opplevagent.no"
  },
  "version": "0.1.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "authentication": {
    "schemes": [
      "none"
    ],
    "credentials": null
  },
  "skills": [
    {
      "id": "opplevelser_discover",
      "name": "Finn opplevelser / Discover experiences",
      "description": "S\u00f8k blant norske opplevelser og aktiviteter med fritekst og/eller strukturerte filtre. Search Norwegian experiences and activities using free text and/or structured filters. Backed by the discovery API: https://opplevagent.no/api/opplevelser/discover. Parameters: fylke (county, e.g. \u00abTroms\u00bb, \u00abOslo\u00bb), kommune (municipality), category (e.g. \u00abdyreliv_safari\u00bb, \u00abnatur_friluft\u00bb), indoor_outdoor (\u00abindoor\u00bb | \u00aboutdoor\u00bb | \u00abboth\u00bb), weather (\u00abrain\u00bb | \u00absnow\u00bb | \u00abclear\u00bb | \u00abany\u00bb \u2014 rain/snow prefer indoor & weather-independent), season (\u00absummer\u00bb | \u00abwinter\u00bb | ...), group_size (integer), age (integer), max_price (NOK), duration_max (minutes), language. Eksempel / Example: \u00abhva kan vi finne p\u00e5 i Oslo n\u00e5r det regner\u00bb, \"family-friendly outdoor activities in Troms\u00f8 in winter\".",
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "examples": [
        "hva kan vi finne p\u00e5 i Oslo n\u00e5r det regner",
        "hvalsafari i Troms\u00f8",
        "familievennlige aktiviteter utend\u00f8rs i Bergen",
        "things to do in Trondheim under 500 kr"
      ]
    },
    {
      "id": "opplevelser_info",
      "name": "Hent opplevelse / Get experience details",
      "description": "Hent fullstendig profil for \u00e9n opplevelse via id. Fetch the full profile for a single experience by id. Returns: title, description, category, county/municipality, indoor/outdoor, duration, group size, age suitability, price, languages, booking URL and confidence. Parameter: id (experience UUID). Eksempel / Example: hent opplevelse med id \u00ab\u2026\u00bb.",
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "examples": [
        "{ \"id\": \"00000000-0000-0000-0000-000000000000\" }",
        "hent opplevelse med id 00000000-0000-0000-0000-000000000000"
      ]
    },
    {
      "id": "opplevelser_categories",
      "name": "Kategorier / List categories",
      "description": "List alle opplevelses-kategorier med antall publiserte opplevelser. List all experience categories with the count of published experiences in each. Eksempel / Example: \u00abhvilke kategorier finnes\u00bb, \"what categories are available?\".",
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "examples": [
        "hvilke kategorier finnes",
        "list kategorier",
        "what categories are available?"
      ]
    }
  ],
  "endpoints": {
    "rest": "https://opplevagent.no/api/opplevelser",
    "discover": "https://opplevagent.no/api/opplevelser/discover",
    "a2a": "https://opplevagent.no/a2a",
    "openapi": "https://opplevagent.no/openapi.json",
    "llms": "https://opplevagent.no/llms.txt"
  }
}