# PlatPhorm AgentOps > Agent operations discovery for the PlatPhorm News network. Compare the canonical network graph and base sitemap index, inspect local route-safety documentation, and see unsupported capabilities honestly. ## Product purpose AgentOps provides public read-only network discovery and local route-safety documentation. It compares two canonical fixed sources: - Trusted topology: https://platphormnews.com/api/network/graph - Pending public surfaces: https://base.platphormnews.com/sitemap-index.xml AgentOps does not crawl arbitrary URLs, execute workflows, mutate registries, or infer service availability from a sitemap entry. ## Primary interfaces - Human network view: https://agentops.platphormnews.com/network - Discovery API: https://agentops.platphormnews.com/api/v1/network/discovery - Agent-safe route catalog: https://agentops.platphormnews.com/api/v1/routes/agent-safe - Curated service-purpose records: https://agentops.platphormnews.com/api/v1/services - Health: https://agentops.platphormnews.com/api/health - API docs: https://agentops.platphormnews.com/api/docs - OpenAPI: https://agentops.platphormnews.com/openapi.yaml - Full agent documentation: https://agentops.platphormnews.com/llms-full.txt - Structured index: https://agentops.platphormnews.com/llms-index.json - Trust policy: https://agentops.platphormnews.com/.well-known/trust.json ## Capability status - Canonical graph and sitemap discovery: supported, public, read-only - Trusted-domain filtering and bounded upstream fetches: supported - W3C trace context on canonical cross-site requests: supported - MCP JSON-RPC: unsupported - Runbook or handoff execution: unsupported - Registry mutations: unsupported ## Authentication No current endpoint mutates state. If protected actions are added, they must accept only Authorization: Bearer $PLATPHORM_API_KEY or X-PlatPhorm-API-Key: $PLATPHORM_API_KEY.