Card snapshot
dify-6c0370d8.main-kill-isr.mintlify.me
·
2026-07-16 05:32:48 UTC
·
d2f19d9b98ef4a5e3d5c8f0232bd7dbebc054d82c51b9d3f8fab56a14d5cf8ed
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": "Dify Docs",
"description": "Dify is an open-source platform for building AI applications. It provides a comprehensive set of tools and features to help you build, deploy, and manage your AI applications.",
"url": "https://docs.dify.ai/",
"version": "1.0.0",
"protocolVersion": "0.3",
"preferredTransport": "HTTP+JSON",
"supportedInterfaces": [
{
"url": "https://docs.dify.ai/",
"protocolBinding": "HTTP+JSON",
"protocolVersion": "0.3"
}
],
"provider": {
"url": "https://docs.dify.ai/",
"organization": "Dify Docs"
},
"documentationUrl": "https://docs.dify.ai/",
"capabilities": {
"streaming": false,
"pushNotifications": false
},
"defaultInputModes": [
"text/plain"
],
"defaultOutputModes": [
"text/plain"
],
"skills": [
{
"id": "dify",
"name": "Dify",
"description": "Use when building agentic AI workflows, creating chatbots or text generators, integrating knowledge bases, calling apps via API, or running Dify apps from the command line. Agents should reach for this skill when orchestrating multi-step AI processes, managing knowledge retrieval, publishing apps, or automating tasks with the Dify CLI.",
"tags": [],
"url": "https://docs.dify.ai/.well-known/agent-skills/dify/skill.md"
}
]
}