Card snapshot
docs.flintai.dev
·
2026-08-16 21:54:22 UTC
·
44ed116171a0c72507a2dd1c471d08bba9765dd8738546415b4420a1d4d6ee47
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 Python agent code for security issues, evaluating agent behavior at runtime, discovering agents in codebases, monitoring production agents, or setting up guardrails to protect LLM traffic. Agents should reach for this skill when working with AI agents that need validation, testing, or production monitoring.",
"tags": [],
"url": "https://docs.flintai.dev/.well-known/agent-skills/flint/skill.md"
}
]
}