AiNote Agent
api.ainote.dev
AI-powered task management agent that helps you organize, track, and complete your tasks efficiently
api.ainote.dev via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
https://api.ainote.dev/.well-known/agent.json and the next probe clears this panel.
| Field | What we saw | What we stored |
|---|---|---|
capabilities |
Input should be a valid dictionary or instance of Capabilities | dropped — this field was not indexed |
Dispute or improve this rating
F
Conformance score: 29/100
F-grade: card is reachable but fails most operational signals.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 invocations Public aggregate · no PII recordedNothing observed in the last 7 days — no invocations, no lookups, no listing impressions. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-08-20 00:50:13 current | e5199749c8eb… |
view → |
Endpoints
| Agent card | https://api.ainote.dev/.well-known/agent.json |
| Provider | https://ainote.dev |
Skills · 1 declared · mapped to canonical taxonomy
AI-powered task management agent that helps you organize, track, and complete your tasks efficiently
Health · last 1 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor. Only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/api.ainote.dev) [](https://agenstry.com/agents/api.ainote.dev) [](https://agenstry.com/agents/api.ainote.dev) [](https://agenstry.com/agents/api.ainote.dev)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"@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"
}
}