Card snapshot
taskfolk.ai
·
2026-08-20 01:47:55 UTC
·
3f8344ef35bfcebb165a29b8cb6b1d32a66d1e6d9bb7d3916f421d957ef2ba71
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": "Taskfolk",
"version": "1.0.0",
"description": "Project management agent \u2014 workspaces, projects, issues, sprints, kanban boards, and team collaboration for software and product teams",
"url": "https://taskfolk.ai",
"documentationUrl": "https://taskfolk.ai/api/v1/reference",
"supportedInterfaces": [
{
"url": "https://taskfolk.ai/api/mcp/v1",
"protocol": "mcp",
"transport": "streamable-http",
"description": "Model Context Protocol over Streamable HTTP"
},
{
"url": "https://taskfolk.ai/api/v1",
"protocol": "rest",
"transport": "https",
"description": "REST API v1",
"specUrl": "https://taskfolk.ai/api/v1/openapi.json"
}
],
"capabilities": {
"authentication": {
"type": "oauth2",
"flows": [
"authorization_code"
],
"pkce": true,
"authorizationServer": "https://taskfolk.ai/.well-known/oauth-authorization-server"
},
"personalAccessTokens": {
"supported": true,
"creationUrl": "https://taskfolk.ai/me"
}
},
"skills": [
{
"id": "manage-issues",
"name": "Manage Issues",
"description": "Create, update, assign, label, comment on, and close project issues"
},
{
"id": "manage-projects",
"name": "Manage Projects",
"description": "Create and configure projects with custom board statuses and labels"
},
{
"id": "manage-sprints",
"name": "Manage Sprints",
"description": "Plan sprints, add issues, and track sprint velocity"
},
{
"id": "manage-releases",
"name": "Manage Releases",
"description": "Group issues into versioned releases with ship status"
},
{
"id": "search",
"name": "Search",
"description": "Full-text search across issues and knowledge docs"
},
{
"id": "manage-members",
"name": "Manage Team Members",
"description": "Invite members and manage workspace roles"
}
]
}