{
  "name": "Meme the Situation",
  "description": "Approval-first AI/dev meme drafting agent. Creates review-ready drafts; it never publishes or approves content.",
  "supportedInterfaces": [
    {
      "url": "https://www.memethesituation.com/a2a/v1",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    },
    {
      "url": "https://www.memethesituation.com/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "0.3"
    }
  ],
  "provider": {
    "organization": "Meme the Situation",
    "url": "https://www.memethesituation.com"
  },
  "version": "1.0.0",
  "documentationUrl": "https://www.memethesituation.com/platform",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "securitySchemes": {
    "memeApiKey": {
      "apiKeySecurityScheme": {
        "description": "Meme the Situation tenant-bound API key.",
        "location": "header",
        "name": "x-meme-api-key"
      }
    },
    "bearerAuth": {
      "httpAuthSecurityScheme": {
        "description": "Authenticated workspace bearer token.",
        "scheme": "Bearer"
      }
    }
  },
  "securityRequirements": [
    {
      "schemes": {
        "memeApiKey": {
          "list": []
        }
      }
    },
    {
      "schemes": {
        "bearerAuth": {
          "list": []
        }
      }
    }
  ],
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "draft-ai-dev-memes",
      "name": "Draft AI/dev memes",
      "description": "Turns an AI/dev situation or conversation summary into bounded, review-required meme candidates.",
      "tags": [
        "memes",
        "ai",
        "developer",
        "marketing",
        "approval-required"
      ],
      "examples": [
        "Draft three memes about an AI launch thread for a founder audience."
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ]
}