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