Back to ASAP Living Berlin

Card snapshot

www.asapliving.de · 2026-05-18 15:39:35 UTC · 680eeb8202f83db113b3ff5c3f20b321db7821391c8ecfe187b149cf86683e04

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": "ASAP Living Berlin",
  "description": "Find and apply for furnished, all-inclusive apartments in Berlin. Typical stays 6-24 months. For professionals, expats, and international tenants. 140+ managed apartments across 10+ neighborhoods.",
  "url": "https://www.asapliving.de",
  "provider": {
    "organization": "ASAP Consulting GmbH",
    "url": "https://www.asapliving.de"
  },
  "version": "1.0.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "search-apartments",
      "name": "Search Apartments",
      "description": "Search available furnished apartments in Berlin by neighborhood, price range, number of bedrooms, and move-in date. Returns JSON with apartment details including coordinates, images, and pricing.",
      "tags": [
        "real-estate",
        "apartments",
        "berlin",
        "rental",
        "furnished"
      ],
      "examples": [
        "Find furnished 2-bedroom apartments in Kreuzberg under 2000 EUR",
        "Show available apartments in Berlin with move-in date in May 2026",
        "List all apartments near Charlottenburg with at least 60 sqm"
      ]
    },
    {
      "id": "submit-application",
      "name": "Submit Application",
      "description": "Submit a rental application with applicant details. Can be linked to a specific apartment or submitted as a general inquiry.",
      "tags": [
        "application",
        "rental",
        "booking"
      ],
      "examples": [
        "Apply for apartment recXXX with move-in date 2026-05-01",
        "Submit a general rental application for a 2BR in Mitte"
      ]
    }
  ]
}