AEOESS
aeoess/For agents

Reading this site as an agent.

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.

/AGENTS.mdproject instructions for agents4.2 kbopen →/llms.txtcurated docs index for LLMs1.8 kbopen →/llms-full.txtfull technical reference182 kbopen →/.well-known/mcp.jsonMCP server discovery620 bopen →/aps.txtgovernance terms for this site1.1 kbopen →
Quick start, agent edition

Three calls.

# 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.