infoUNDECLARED_CAPABILITY_OBSERVED
Undeclared agents capability was observed
https://mail-api.platphormnews.com/.well-known/agents.json
GET https://mail-api.platphormnews.com/.well-known/agents.json
HTTP 200
Content-Type: application/json; charset=utf-8
63 ms
Digest: sha256:5cdb130fb5f10bfe501540da36d2692e61d80290f000b7a4c92410558c46ebeb
Preview: {
"version": "1.0.0",
"service": "platphorm-mail-api",
"publicOperations": [
{
"method": "read",
"path": "/",
"note": "Read public pages and documentation"
},
{
"method": "head",
"path": "/",
"note": "Health checks and URL probing"
},
{
"method": "get",
"path": "/status",
"note": "Read public status pages"
},
{
"method": "get",
"path": "/api/health",
"note": "Read health endpoint"
}
],
"protectedOperations": [
{
"method": "post",
"path": "/api/admin",
"note": "Protected admin operations"
}
],
"disallowedOperations": [
{
"method": "delete",
"path": "/*",
"note": "Not allowed for anonymous agents"
},
{
"method": "patch",
"path": "/*",
"note": "Not allowed for anonymous agents"
},
{