{
  "name": "Ahmed Mohamed — Portfolio Agent",
  "description": "AI agent for Ahmed Mohamed's portfolio. Answers questions about projects, services, Flutter/Laravel expertise, and handles contact requests via A2A JSON-RPC.",
  "url": "https://ahmedinnov.com/api/a2a",
  "version": "1.0.0",
  "documentationUrl": "https://ahmedinnov.com/openapi.json",
  "provider": {
    "organization": "Ahmed Innovation",
    "url": "https://ahmedinnov.com"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["text/plain", "text/markdown", "application/json"],
  "skills": [
    {
      "id": "portfolio_info",
      "name": "Portfolio Information",
      "description": "Provides information about Ahmed Mohamed's skills, projects, and professional background",
      "tags": ["portfolio", "flutter", "laravel", "mobile", "backend"],
      "examples": [
        "What mobile apps has Ahmed built?",
        "What technologies does Ahmed specialize in?",
        "Tell me about Ahmed Innovation"
      ]
    },
    {
      "id": "contact",
      "name": "Contact Ahmed",
      "description": "Submit a project inquiry or contact message to Ahmed Mohamed",
      "tags": ["contact", "inquiry", "project"],
      "examples": [
        "I want to hire Ahmed for a Flutter project",
        "Send a message to Ahmed about a new app idea"
      ]
    }
  ],
  "homepage": "https://ahmedinnov.com",
  "logo": "https://ahmedinnov.com/favicon.svg",
  "owner": {
    "name": "Ahmed Mohamed",
    "organization": "Ahmed Innovation",
    "email": "info@ahmedinnov.com",
    "url": "https://ahmedinnov.com"
  },
  "endpoints": {
    "a2a": {
      "url": "https://ahmedinnov.com/api/a2a",
      "method": "POST",
      "content_type": "application/json",
      "description": "A2A JSON-RPC 2.0 endpoint"
    },
    "markdown_content": {
      "url": "https://ahmedinnov.com/api/md",
      "method": "GET",
      "content_type": "text/markdown"
    },
    "contact": {
      "url": "https://ahmedinnov.com/contact.php",
      "method": "POST",
      "content_type": "application/json"
    }
  },
  "discovery": {
    "robots":       "https://ahmedinnov.com/robots.txt",
    "sitemap":      "https://ahmedinnov.com/sitemap.xml",
    "llms":         "https://ahmedinnov.com/llms.txt",
    "openapi":      "https://ahmedinnov.com/openapi.json",
    "api-catalog":  "https://ahmedinnov.com/.well-known/api-catalog",
    "agent-skills": "https://ahmedinnov.com/.well-known/agent-skills/index.json",
    "mcp":          "https://ahmedinnov.com/.well-known/mcp.json"
  }
}
