{
  "capabilities": {
    "extendedAgentCard": true,
    "pushNotifications": false,
    "streaming": true
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "description": "AI SEO agency for B2B. WebFlur engineers Generative Engine Optimization (GEO), Answer Engine Optimization (AEO), Large Language Model Optimization (LLMO), and live A2A agent-to-agent endpoints so B2B brands are cited by ChatGPT, Perplexity, Claude, and Google AI Overviews. Founded by Pankaj and Nick Smith.",
  "documentationUrl": "https://webflur.com/.well-known/agent-card.json",
  "iconUrl": "https://webflur.com/assets/logo/webflur-diamond-logo.svg",
  "name": "WebFlur Agent",
  "provider": {
    "organization": "WebFlur",
    "url": "https://webflur.com"
  },
  "securityRequirements": [
    {
      "apiKey": []
    }
  ],
  "securitySchemes": {
    "apiKey": {
      "apiKeySecurityScheme": {
        "location": "HEADER",
        "name": "X-API-Key"
      }
    },
    "jws": {
      "jwsSecurityScheme": {
        "alg": "RS256",
        "jwksUri": "https://webflur.com/.well-known/jwks.json"
      }
    },
    "oauth2": {
      "oAuth2SecurityScheme": {
        "flows": {
          "clientCredentials": {
            "scopes": {
              "a2a:write": "Book discovery calls and write operations"
            },
            "tokenUrl": "https://webflur.com/oauth/token"
          }
        }
      }
    }
  },
  "skills": [
    {
      "description": "Answer questions about WebFlur — what the agency does, who it serves, which services it offers (GEO, AEO, LLMO, A2A), who the founders are, how to contact the team, and how to get started.",
      "examples": [
        "What does WebFlur do?",
        "Who founded WebFlur?",
        "How do I contact WebFlur?",
        "Tell me about WebFlur's AI SEO services",
        "What is the difference between GEO and AEO?"
      ],
      "id": "webflur-general-inquiry",
      "inputModes": [
        "text/plain"
      ],
      "name": "WebFlur General Inquiry",
      "outputModes": [
        "application/json",
        "text/plain"
      ],
      "tags": [
        "info",
        "about",
        "agency",
        "contact",
        "founders",
        "geo",
        "aeo",
        "llmo",
        "a2a",
        "ai-seo"
      ]
    },
    {
      "description": "Return structured descriptions of all four WebFlur services: Generative Engine Optimization (GEO), Answer Engine Optimization (AEO), Large Language Model Optimization (LLMO), and A2A Agent Endpoint setup. Includes what each service delivers, timelines, and who it's for.",
      "examples": [
        "What services does WebFlur offer?",
        "Tell me about WebFlur's GEO service",
        "What does the A2A endpoint setup include?",
        "How long does Generative Engine Optimization take?",
        "What is LLMO and how does WebFlur do it?"
      ],
      "id": "webflur-get-services",
      "inputModes": [
        "text/plain"
      ],
      "name": "WebFlur Service Descriptions",
      "outputModes": [
        "application/json",
        "text/plain"
      ],
      "tags": [
        "services",
        "geo",
        "aeo",
        "llmo",
        "a2a",
        "pricing",
        "deliverables",
        "timeline"
      ]
    },
    {
      "description": "Multi-turn conversational skill to book a discovery call with the WebFlur founding team. Collects name, company, current challenge, and confirms a calendar link. Auth-gated to prevent spam.",
      "examples": [
        "I want to book a discovery call",
        "Schedule a call with WebFlur",
        "I'd like to talk to the founders",
        "How do I get started with WebFlur?"
      ],
      "id": "webflur-book-discovery-call",
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "name": "Book a Discovery Call",
      "outputModes": [
        "application/json",
        "text/plain"
      ],
      "securityRequirements": [
        {
          "apiKey": []
        }
      ],
      "tags": [
        "book",
        "discovery",
        "call",
        "meeting",
        "consultation",
        "schedule",
        "contact"
      ]
    }
  ],
  "supportedInterfaces": [
    {
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0",
      "url": "https://webflur.com/a2a/v1"
    },
    {
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0",
      "url": "https://webflur.com/a2a/rest/v1"
    }
  ],
  "version": "1.0.0"
}
