Skip to content
Back to ShieldLabs

Card snapshot

docs.shieldlabs.ai · 2026-08-30 08:02:19 UTC · 4783ced202737c73e8833698f82e74c85762731822a4285836724e115bb30e34

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": "ShieldLabs",
  "description": "Visitor identification and abuse-prevention docs for ShieldLabs: snippet, Risk Score, anonymity signals, Patterns, webhooks, and Server API.",
  "url": "https://docs.shieldlabs.ai/",
  "version": "1.0.0",
  "protocolVersion": "0.3",
  "preferredTransport": "HTTP+JSON",
  "supportedInterfaces": [
    {
      "url": "https://docs.shieldlabs.ai/",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "0.3"
    }
  ],
  "provider": {
    "url": "https://docs.shieldlabs.ai/",
    "organization": "ShieldLabs"
  },
  "documentationUrl": "https://docs.shieldlabs.ai/",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "shieldlabs",
      "name": "Shieldlabs",
      "description": "Use when implementing visitor identification, detecting anonymity signals (VPN, proxy, Tor, anti-detect browsers), scoring risk on visits, preventing fraud and abuse, or building decision logic around authentication, payments, signups, and content moderation. Agents should reach for this skill when building fraud-prevention workflows, integrating risk scoring into backend systems, or troubleshooting identification and webhook delivery.",
      "tags": [],
      "url": "https://docs.shieldlabs.ai/.well-known/agent-skills/shieldlabs/skill.md"
    }
  ]
}