Card snapshot
sandboxaq.main-kill-isr.mintlify.me
·
2026-08-05 17:48:05 UTC
·
28c263b53118e50ae9d4531d1c53cc6b6ef8aadf787bf67c89b62c2ed1cf4025
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 discovering AI agents in code, scanning agent code for security issues, evaluating agent behavior at runtime, monitoring agent sessions in production, or enforcing runtime guardrails. Agents should reach for this skill when working with Python-based AI agents (OpenAI, Anthropic, Google ADK, LangChain, CrewAI, AutoGen) to validate reliability before production deployment.",
"tags": [],
"url": "https://docs.flintai.dev/.well-known/agent-skills/flint/skill.md"
}
]
}