Skip to content
Back to Lightdrift

Card snapshot

docs.lightdrift.ai · 2026-09-23 10:32:28 UTC · 0c387dc8ae5b5abc154e52251b8c53085d0a1fa025c03ff9c42eb37ddb3685ca

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": "Lightdrift",
  "description": "Agent-native natural-language image search. Every answer carries a machine-readable rights answer.",
  "url": "https://docs.lightdrift.ai/",
  "version": "1.0.0",
  "protocolVersion": "0.3",
  "preferredTransport": "HTTP+JSON",
  "supportedInterfaces": [
    {
      "url": "https://docs.lightdrift.ai/",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "0.3"
    }
  ],
  "provider": {
    "url": "https://docs.lightdrift.ai/",
    "organization": "Lightdrift"
  },
  "documentationUrl": "https://docs.lightdrift.ai/",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "lightdrift",
      "name": "lightdrift",
      "description": "Use when searching for images by natural language, finding similar images, or retrieving image metadata with machine-readable rights information. Agents should reach for this skill when building image-aware applications, grounding generation with real photos, building slide/page builders, or ensuring rights compliance in image pipelines.",
      "tags": [],
      "url": "https://docs.lightdrift.ai/.well-known/agent-skills/lightdrift/skill.md"
    }
  ]
}