Myagi
myagi.bot
· Myagi
A long-lived intelligence substrate. Capability earned, not asserted. Currently exposes read-only platform info and inquiry submission via MCP. The Open Agent Registry is the first public artifact.
myagi.bot 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.
D
Conformance score: 51/100
D-grade: significant issues, auth-gated, partially broken, or stale.
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 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. 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-06-07 05:49:18 current | ead2dcb7ee9c… |
view → |
Endpoints
| Agent card | https://myagi.bot/.well-known/agent-card.json |
| Provider | https://myagi.bot |
Skills · 3 declared · mapped to canonical taxonomy
Returns structured information about the Myagi platform: current phase, milestones, conceptual model, and public roadmap.
Submits a contact request on behalf of the calling agent's operator. Accepts name, email, and message. Forwards to contact@myagi.bot.
Looks up a domain's agent-readiness score in the Open Agent Registry. Proxies to /open-agent-registry/api/scan.
Health · last 5 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/myagi.bot) [](https://agenstry.com/agents/myagi.bot) [](https://agenstry.com/agents/myagi.bot) [](https://agenstry.com/agents/myagi.bot)
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
{
"name": "Myagi",
"description": "A long-lived intelligence substrate. Capability earned, not asserted. Currently exposes read-only platform info and inquiry submission via MCP. The Open Agent Registry is the first public artifact.",
"url": "https://myagi.bot",
"version": "0.1.0",
"capabilities": {
"streaming": false,
"push_notifications": false
},
"defaultInputModes": [
"text"
],
"defaultOutputModes": [
"text",
"application/json"
],
"skills": [
{
"id": "query_platform",
"name": "Query Platform",
"description": "Returns structured information about the Myagi platform: current phase, milestones, conceptual model, and public roadmap.",
"tags": [
"info",
"platform",
"read"
],
"examples": [
"What phase is Myagi in?",
"What is the Capability Fabric?",
"When was the most recent milestone shipped?"
]
},
{
"id": "submit_inquiry",
"name": "Submit Inquiry",
"description": "Submits a contact request on behalf of the calling agent's operator. Accepts name, email, and message. Forwards to contact@myagi.bot.",
"tags": [
"contact",
"write"
],
"inputModes": [
"application/json"
],
"examples": [
"Submit inquiry from Jane Doe about collaboration opportunities."
]
},
{
"id": "registry_lookup",
"name": "Registry Lookup",
"description": "Looks up a domain's agent-readiness score in the Open Agent Registry. Proxies to /open-agent-registry/api/scan.",
"tags": [
"registry",
"scoring",
"read"
],
"examples": [
"What is stripe.com's agent-readiness score?",
"Show signals detected for nytimes.com."
]
}
],
"securitySchemes": {
"public": {
"type": "noauth",
"description": "Read-only platform info and the registry lookup are public."
},
"oauth2_discovery": {
"type": "oauth2",
"description": "OAuth 2.0 / OIDC discovery published at /.well-known/oauth-authorization-server. Required for any future write operations beyond submit_inquiry.",
"discovery_url": "https://myagi.bot/.well-known/oauth-authorization-server"
}
},
"provider": {
"organization": "Myagi",
"url": "https://myagi.bot"
}
}