Skip to content
Back to Flint AI

Card snapshot

sandboxaq.main-kill-isr.mintlify.me · 2026-08-10 20:26:43 UTC · e1d4d9f78a39f3774e135ce0ce336174be30cb63144778c151518ab4d3d6ea32

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": "Flint AI",
  "url": "https://docs.flintai.dev/",
  "version": "1.0.0",
  "protocolVersion": "0.3",
  "preferredTransport": "HTTP+JSON",
  "supportedInterfaces": [
    {
      "url": "https://docs.flintai.dev/",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "0.3"
    }
  ],
  "provider": {
    "url": "https://docs.flintai.dev/",
    "organization": "Flint AI"
  },
  "documentationUrl": "https://docs.flintai.dev/",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "flint",
      "name": "Flint",
      "description": "Use when scanning AI agent code for security issues, evaluating agent behavior at runtime, discovering agents in repositories, or monitoring agent sessions in production. Agents should reach for this skill when validating agent reliability, finding misconfigurations, testing prompt injection resistance, or enforcing guardrails on LLM traffic.",
      "tags": [],
      "url": "https://docs.flintai.dev/.well-known/agent-skills/flint/skill.md"
    }
  ]
}