{
  "$schema": "https://a2a-protocol.org/schemas/v1/agent-card.json",
  "name": "Rahasa Immigration Agent",
  "version": "1.0.0",
  "description": "AI agent for Rahasa Immigration Agency providing visa consultation, destination guidance, and immigration process support for Italy, Germany, Canada, Australia, and Portugal.",
  "url": "https://rahasa.agency",
  "provider": {
    "name": "Rahasa Immigration Agency",
    "url": "https://rahasa.agency",
    "email": "info@rahasa.agency"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": []
  },
  "skills": [
    {
      "id": "visa-info",
      "name": "Visa Information",
      "description": "Provides detailed information about visa types, requirements, processing times, and costs for Italy, Germany, Canada, Australia, UAE, UK, France, and Netherlands",
      "tags": ["visa", "immigration", "italy", "germany", "canada"],
      "examples": [
        "What are the requirements for Italian student visa?",
        "How long does Germany Chancenkarte take?",
        "What is the cost of Portugal Golden Visa?"
      ]
    },
    {
      "id": "destination-guide",
      "name": "Destination Guide",
      "description": "Provides country-specific immigration guides, living costs, job market info, and special programs like DSU scholarship for Italy",
      "tags": ["destination", "country", "living", "scholarship"],
      "examples": [
        "Tell me about living in Italy",
        "What is DSU scholarship?",
        "How is the job market in Germany?"
      ]
    },
    {
      "id": "consultation-booking",
      "name": "Consultation Booking",
      "description": "Helps users book free initial consultation via phone (021 8280 3595) or WhatsApp (+39 327 751 1750)",
      "tags": ["consultation", "booking", "contact"],
      "examples": [
        "I want a free consultation",
        "How can I contact Rahasa?",
        "What is the phone number?"
      ]
    }
  ],
  "defaultInputModes": ["text"],
  "defaultOutputModes": ["text"],
  "supportedInterfaces": [
    {
      "type": "web",
      "url": "https://rahasa.agency",
      "transport": "https"
    }
  ]
}
