æaamplatform
SpecGet started
§ Public discover

Can an agent see this site?

Paste a domain. We'll do exactly what an AI agent would do: fetch the homepage, look for an <link rel="agent-actions">, follow it to the manifest, list the actions. Public, no login, no payment.

§ curl-equivalentSame flow, manual:
curl -s https://your-site.com/ \
  | grep -oE '<link[^>]+rel=.?agent-actions.?[^>]+>'

# then:
curl -s https://aam-platform-gamma.vercel.app/m/<siteId>/agent-actions.json | jq