Skip to content
Back to Samet CELIKBICAK Portfolio

Card snapshot

sametcelikbicak.com · 2026-06-06 05:36:05 UTC · 58b30d77e26438686d3eebc71ef05c9a8300af50a9f9f6c48a851f22e4b1abbb

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": "Samet CELIKBICAK Portfolio",
  "description": "Personal portfolio and professional profile site of Samet CELIKBICAK, Principal Software Specialist. Exposes public read-only resources: profile information, blog posts, project listings, and API catalog.",
  "version": "1.0.0",
  "url": "https://sametcelikbicak.com/",
  "documentationUrl": "https://sametcelikbicak.com/docs/agent-discovery.md",
  "provider": {
    "organization": "Samet CELIKBICAK",
    "url": "https://sametcelikbicak.com/"
  },
  "supportedInterfaces": [
    {
      "url": "https://sametcelikbicak.com/",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "skills": [
    {
      "id": "profile-summary",
      "name": "Profile Summary",
      "description": "Return a concise public profile summary for Samet CELIKBICAK.",
      "tags": [
        "profile",
        "portfolio"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain"
      ]
    },
    {
      "id": "list-projects",
      "name": "List Projects",
      "description": "Return public portfolio project names, descriptions, and URLs.",
      "tags": [
        "projects",
        "portfolio"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ],
  "securitySchemes": {},
  "securityRequirements": []
}