Myagi
myagi.bot
127
agent-ready
Category: AI & ML Platforms · ranked #1 in category
Scanned 6/7/2026, 1:19:09 PM
How to access Myagi as an agent
- ●Use the published OpenAPI
Generate a client from the spec; treat it as your primary interface. Pair with OAuth where available.
https://myagi.bot/openapi.json - ●Register an OAuth application
OAuth/OIDC discovery is published. Register a client, pick narrow scopes, implement signature verification on webhooks.
https://myagi.bot/.well-known/oauth-authorization-server - ●Talk to the A2A agent directly
An agent-card is published - your agent can call this site's agent via A2A.
https://myagi.bot/.well-known/agent-card.json - ○Publish your own agent identity
Generate an Ed25519 keypair, host a public key directory, sign your HTTP requests (Web Bot Auth), apply to Cloudflare's bots & agents directory if you cross their edge.
https://developers.cloudflare.com/bots/concepts/bot/verified-bots/ - ●Respect robots.txt and Content Signals
Even when you are an approved agent, honor the site's policy preferences. Cache them; refresh weekly.
What we found
| Signal | Status | Evidence | Points |
|---|---|---|---|
| licensed_commercial_access | found Commercial agent-access mechanism detected: RSL manifest at https://myagi.bot/.well-known/rsl.xml (+2 more signals). Sites with explicit licensing pathways are the most agent-prepared - they have both access and disintermediation handled. | +30 | |
| llms_txt | found Title: "Myagi" · 4 sections · 13 links | myagi.bot/llms.txt | +5 |
| llms_full_txt | found 4678 bytes of extended LLM context | myagi.bot/llms-full.txt | +3 |
| agents_txt | found Declares: mcp, a2a, agents.json, openapi, oauth, rsl, jwks, web-bot-auth, ai-plugin, llms.txt, llms-full.txt, agents.md, contact, license, sitemap | myagi.bot/agents.txt | +6 |
| agents_json | found Present | myagi.bot/agents.json | +15 |
| a2a_agent_card | found Myagi · 3 skills | myagi.bot/.well-known/agent-card.json | +25 |
| agents_md | found 2602 bytes | myagi.bot/AGENTS.md | +4 |
| openapi | found OpenAPI 3.1.0 · Myagi Public API · 5 paths | myagi.bot/openapi.json | +18 |
| oauth_discovery | found OAuth/OIDC discovery document present | myagi.bot/.well-known/oauth-authorization-server | +12 |
| robots_allows | found 1 UA rules · sitemap: yes | myagi.bot/robots.txt | +4 |
| content_signals | found search=yes, ai_input=yes, ai_train=yes | myagi.bot/robots.txt | +5 |
| ai_plugin_json_legacy | found Legacy OpenAI plugin manifest present (deprecated signal) | myagi.bot/.well-known/ai-plugin.json | 0 |
Show 3 signals not present
- · mcp_registry (+25 if found)
- · in_llms_txt_hub (+0 if found)
- · in_agent_friendly_directory (+4 if found)
