This page is for the operator who walked an agent here. Below is the surface meant for the agent. Pull the file that fits the budget you have.
# 1. discover the protocol surface
GET https://aeoess.com/.well-known/mcp.json
# 2. mint a passport (curated essentials)
POST mcp://aps/passport.create
{ "subject": "agt:my-agent" }
# 3. evaluate an intent before you act
POST mcp://aps/intent.evaluate
{ "passport": "...", "intent": { ... } }
# the gateway answers Allow or Deny(reason). that is the loop.