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