Card snapshot
desaira.com
·
2026-08-07 07:29:56 UTC
·
80102da4ac21efa6b61a6f3779b0a3caa281d31915078280a5322703fa33ea5c
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.
{
"authentication": {
"schemes": [
"Bearer"
]
},
"capabilities": {
"pushNotifications": false,
"stateTransitionHistory": false,
"streaming": false
},
"description": "Discover and retrieve short-form video content, creators, and tags on DesAira",
"documentation": "https://desaira.com/llms-full.txt",
"name": "DesAira Agent",
"preferredTransport": "JSONRPC",
"skills": [
{
"description": "Search videos, tags, and creators by keyword",
"id": "search-content",
"inputModes": [
"text"
],
"name": "Search Content",
"outputModes": [
"application/json"
]
},
{
"description": "Fetch full metadata for a video by hash identifier",
"id": "get-video",
"inputModes": [
"text"
],
"name": "Get Video",
"outputModes": [
"application/json"
]
},
{
"description": "Browse the public creator directory with pagination",
"id": "list-creators",
"inputModes": [
"text"
],
"name": "List Creators",
"outputModes": [
"application/json"
]
},
{
"description": "Get trending videos by time window (today, this-week, all-time)",
"id": "get-trending",
"inputModes": [
"text"
],
"name": "Get Trending",
"outputModes": [
"application/json"
]
},
{
"description": "Browse popular and trending hashtag categories",
"id": "list-tags",
"inputModes": [
"text"
],
"name": "List Tags",
"outputModes": [
"application/json"
]
},
{
"description": "Fetch creator profile and paginated public videos",
"id": "get-user",
"inputModes": [
"text"
],
"name": "Get User",
"outputModes": [
"application/json"
]
}
],
"supportedInterfaces": [
{
"transport": "https",
"type": "jsonrpc",
"url": "https://desaira.com/a2a"
}
],
"url": "https://desaira.com/a2a",
"version": "1.0.0"
}