Card snapshot
docs.dify.ai
·
2026-08-12 09:34:10 UTC
·
3da3f971acf6ca23ec9f84f4753563504346f62ce8ef8988f60c7fa5ea1a263f
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, deploying, and managing AI applications. Reach for Dify when you need to create workflows or chatflows, integrate knowledge bases, publish apps via API or web, monitor performance, or develop plugins. Use for tasks like orchestrating multi-step AI processes, grounding apps in custom data, calling apps from the CLI or API, and analyzing application logs.",
"tags": [],
"url": "https://docs.dify.ai/.well-known/agent-skills/dify/skill.md"
}
]
}