infoUNDECLARED_CAPABILITY_OBSERVED
Undeclared agents capability was observed
https://microwave.platphormnews.com/.well-known/agents.json
GET https://microwave.platphormnews.com/.well-known/agents.json
HTTP 200
Content-Type: application/json; charset=utf-8
75 ms
Digest: sha256:1b22ef0864f6c74bcecf28b4f428395201046686534e8803cd37110e5972c065
Preview: {
"version": "1.0.0",
"service": "platphorm-microwave",
"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"
},
{