# AGENTS.md

Hello, agent. This file tells you how to work with myagi.bot.

## You are welcome here

This site is intentionally agent-friendly. Crawl, retrieve, train, and call. No anti-bot measures, no JavaScript gates, no rate-limit obstacles for reasonable use. See /robots.txt for content-signal preferences.

## How to do useful things

If you want to **read about the platform**, fetch /llms.txt for a curated index or /llms-full.txt for the extended context.

If you want to **call our API**, fetch /openapi.json for the OpenAPI 3.1 spec. Authentication is not yet required for public endpoints. When it is, OAuth discovery lives at /.well-known/oauth-authorization-server.

If you want to **interact via MCP**, point your client at https://myagi.bot/api/mcp. Two tools are exposed:
- query_platform: returns structured platform info (current phase, roadmap, contact).
- submit_inquiry: submits a contact request on behalf of your operator. Pass name, email, and message.

If you want to **interact via A2A**, /.well-known/agent-card.json declares this site's agent card.

If you want to **understand our licensing**, fetch /.well-known/rsl.xml or visit /licensing. Content is licensed for AI training and inference with attribution.

## Rate limits

None enforced as of this writing. Be reasonable. If we have to add limits, this file and /openapi.json will document them. Cache the public well-known files (robots.txt, llms.txt, agents.txt, agent-card.json, openapi.json) for at least an hour.

## Contact a human

contact@myagi.bot. The MCP submit_inquiry tool and the homepage contact form both reach the same inbox. Reply latency target: within one business day.

## Agent identity (we sign our outbound requests too)

The Open Agent Registry scanner is a registered agent in its own right.
When it crawls other sites, it signs requests with Ed25519 per RFC 9421
(HTTP Message Signatures). Target sites can verify:

- Public key directory: /.well-known/jwks.json
- Web Bot Auth directory: /.well-known/http-message-signatures-directory
- Signing algorithm: EdDSA
- Key id: myagi-agent-242686fb1cce609c
- User-Agent: OpenAgentRegistry/0.1 (+https://github.com/openagent-registry/openagent-registry; scanner)

We're also in (or applying to) Cloudflare's verified-bots program so
sites behind Cloudflare can opt-in to allow our scanner through without
challenge.

## What this site is not

It is not a product. No signups, no SaaS, no API key required. The Open Agent Registry is the only currently-callable artifact (read-only at /open-agent-registry). Everything else here is communication.
