{
  "name": "Stratigos Security page finder",
  "description": "Not a general-purpose agent, and not an A2A service: this card uses the A2A Agent Card format to describe a plain HTTP finder and implements none of the A2A message operations. One read skill: describe what you are looking for on stratigossecurity.com and get the two to four pages most likely to answer it, chosen by keyword rules rather than a model. An optional reader role picks the pages written for that reader; optional model and developer fields are compared with the request headers for a small research project on how agents read the web. What is sent is kept with the ordinary request log so the site can be improved around what visitors come for. Nothing here runs code, fetches other resources, or asks anything that identifies a person. What is recorded and why: https://stratigossecurity.com/agents/?via=agent-card",
  "provider": {
    "organization": "Stratigos Security",
    "url": "https://stratigossecurity.com/"
  },
  "documentationUrl": "https://stratigossecurity.com/agents/?via=agent-card",
  "iconUrl": "https://stratigossecurity.com/assets/logos/logomark-gold.svg",
  "version": "2.0.0",
  "url": "https://stratigossecurity.com/api/agent",
  "supportedInterfaces": [
    {
      "url": "https://stratigossecurity.com/api/agent/find",
      "protocolBinding": "https://stratigossecurity.com/api/agent/openapi.json",
      "protocolVersion": "2.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "application/x-www-form-urlencoded",
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "find-pages",
      "name": "Find pages",
      "description": "GET https://stratigossecurity.com/api/agent/find?q=<what you are looking for> (or, if your fetcher drops query strings, https://stratigossecurity.com/api/agent/find/<the-words>) returns JSON with results (title, url, why), matched, recorded (what was stored), observed (what the request itself indicated), and follow_up URLs to say whether the pages helped. Optional parameters: role (regulatory, engineering, quality, clinical, executive, security, research, press, other), model, developer, harness, task_category, discovery, session. Keep people and organizations out of q: no names, employers, email addresses, or quoted prompts.",
      "tags": [
        "search",
        "site-index",
        "research"
      ],
      "examples": [
        "Find the page on stratigossecurity.com about what FDA reviewers expect in the cybersecurity section of a 510(k), for a regulatory affairs reader."
      ],
      "inputModes": [
        "application/x-www-form-urlencoded",
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ]
}
