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