{
  "name": "flashlit-agent-hub",
  "description": "Directory for Flashlit specialized A2A micro-agents.",
  "url": "https://agents.flashlit.ai",
  "version": "0.1.0",
  "protocolVersion": "1.0.0",
  "preferredTransport": "HTTP+JSON",
  "defaultInputModes": [
    "text/plain",
    "application/json",
    "image/jpeg",
    "image/png",
    "image/webp"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": true
  },
  "authentication": {
    "schemes": [
      "Bearer"
    ],
    "description": "Use a Flashlit/Auth0 access token in Authorization: Bearer <token>."
  },
  "skills": [
    {
      "id": "agent-discovery",
      "name": "Discover available agents",
      "description": "List specialized A2A agents, their public URLs, and their agent cards.",
      "tags": [
        "agents",
        "discovery",
        "a2a",
        "directory"
      ]
    }
  ]
}