Agents do not read marketing pages. They read manifests. Uiopsy publishes one at /.well-known/agents.json with the API base URL, MCP endpoint, request schema, supported packs, and the public key used to verify webhook signatures. An agent that has never heard of us before can be reviewing within seconds of finding that file.
{
"service": "uiopsy",
"kind": "human-design-review",
"api": "https://api.uiopsy.com/v1",
"mcp": "https://mcp.uiopsy.com/v1",
"schema": "https://api.uiopsy.com/v1/openapi.json",
"packs": ["starter", "sprint", "studio"],
"webhook_signing_pubkey": "ed25519:..."
}