Documentation
AgentOps documentation - agent-safe routes, service discovery, MCP tools, and operation guides.
What is AgentOps?
AgentOps is the agent operations layer for the PlatPhorm News network. It helps humans, agents, IDEs, MCP clients, CLI tools, crawlers, validators, and future agent runtimes understand how to safely operate across the PlatPhorm ecosystem.
Key Features
- Agent-safe route documentation
- Machine-readable content (llms.txt, OpenAPI, MCP, feeds, graphs)
- Human-readable mirrors of machine-readable files
- Service capability maps and route safety classes
- No database required - adapter-based storage
- Public-safe default access (no auth wall)
Documentation
Network Ops Contracts
AgentOps documents integration contracts for network ops services.
SearchOps
8 routesSearchOps owns daily crawling, status code capture, canonical detection, title extraction, meta robots extraction, schema extraction, sitemap membership, internal links, image size, content length, feed membership, GSC export comparison, URL labeling, and alerts.
GET
/api/searchops/statusGET
/api/searchops/crawl-runsGET
/api/searchops/urlsGET
/api/searchops/alerts+4 more routes
SitemapOps
10 routesSitemapOps owns sitemap generation from index policy, exclusion of noindex/redirected/blocked/duplicate/weak pages, meaningful lastmod, and separate article/tool/docs/report/news sitemaps.
GET
/api/sitemapops/statusGET
/api/sitemapops/index-policyGET
/api/sitemapops/sitemapsGET
/api/sitemapops/sitemaps/articles+6 more routes
StoryOps
7 routesStoryOps owns the indexable story flag, story quality gating, required story fields (author, lede, whyItMatters, sourceMatrix, image, datePublished, dateModified), and thin story quarantine.
GET
/api/storyops/statusGET
/api/storyops/storiesGET
/api/storyops/stories/indexableGET
/api/storyops/quarantine/thin-stories+3 more routes
TrustOps
9 routesTrustOps owns author schema, publisher schema, corrections policy, contact policy, AI-use disclosure, and source attribution policy.
GET
/api/trustops/statusGET
/api/trustops/author-schemaGET
/api/trustops/publisher-schemaGET
/api/trustops/corrections-policy+5 more routes
Machine-Readable Files
Discovery files available for agents, IDEs, and automated tools.
/llms.txtLLM discovery file
/llms-full.txtFull LLM documentation
/llms-index.jsonStructured LLM index
/openapi.jsonOpenAPI 3.1 specification
/rss.xmlRSS feed
/feed.xmlAtom feed
/sitemap.xmlXML sitemap
/graph.jsonService graph
/.well-known/agent-policy.jsonAgent policy
/.well-known/trust.jsonTrust policy
/.well-known/mcp.jsonMCP manifest
Authentication
Public-Safe Access
No authentication required for public-safe routes. This includes homepage, documentation, route docs, service registry, machine-readable files, examples, and Web Status.
Protected Actions
Protected actions require PLATPHORM_API_KEY:
Authorization: Bearer $PLATPHORM_API_KEY