Card snapshot
api.ainote.dev
·
2026-08-20 00:50:13 UTC
·
e5199749c8eb4c8a6c5dd281d3620da3a3ab5360001252225cb50c2f26c2a660
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.
{
"@context": "https://schema.org",
"@type": "AIAgent",
"name": "AiNote Agent",
"description": "AI-powered task management agent that helps you organize, track, and complete your tasks efficiently",
"url": "https://api.ainote.dev",
"version": "1.0.0",
"provider": {
"@type": "Organization",
"name": "AiNote",
"url": "https://ainote.dev"
},
"capabilities": [
"task-management",
"task-creation",
"task-completion",
"category-management",
"calendar-integration",
"ai-task-generation",
"natural-language-processing"
],
"authentication": {
"type": "apiKey",
"location": "header",
"name": "Authorization",
"scheme": "A2AKey",
"description": "Use your MCP API key with 'A2AKey' prefix: 'Authorization: A2AKey <your-key>'"
},
"endpoints": {
"tasks": {
"url": "/api/a2a/tasks",
"method": "POST",
"description": "Perform task operations (list, create, update, delete, complete)"
},
"message": {
"url": "/api/a2a/message",
"method": "POST",
"description": "Send natural language message to AI agent (Seahorse/\ud574\ub9c8)"
},
"status": {
"url": "/api/a2a/status/{request_id}",
"method": "GET",
"description": "Check status of async operations"
},
"categories": {
"url": "/api/a2a/categories",
"method": "POST",
"description": "Perform category operations (list, create)"
}
},
"supportedProtocols": [
"a2a/1.0",
"mcp/2025-03-26"
],
"rateLimits": {
"requestsPerMinute": 60,
"requestsPerHour": 1000
},
"contact": {
"email": "support@ainote.dev"
}
}