AO

Agent-Safe Routes

These routes are safe for autonomous agent operation. Agents may call these endpoints without authorization and without risk of mutating state or causing side effects.

Agents May

  • Read public-safe documentation
  • Read public-safe discovery files
  • Call public-safe GET APIs
  • Perform public dry-runs
  • Create local plans
  • Validate route schemas
  • Generate reproducible CLI commands
GET/
AgentOps Homepage
Agent operations control center homepage

Agent Allowed:

Read homepage contentExtract service counts+1 more

MCP Tool:

get_agentops_info
GET/api/health
Health Check
Service health endpoint

Agent Allowed:

Check service healthMonitor uptime

MCP Tool:

get_agentops_status
GET/api/v1/storage/status
Storage Status
Current storage adapter status - no database required

Agent Allowed:

Check storage modeVerify no database requirement

MCP Tool:

get_storage_status
GET/api/v1/services
List Services
List all discovered PlatPhorm services

Agent Allowed:

List servicesFilter by category+1 more

MCP Tool:

list_services
GET/api/v1/routes
List Routes
List all documented routes across services

Agent Allowed:

List routesFilter by safety class+1 more

MCP Tool:

list_agent_safe_routes
GET/api/v1/routes/agent-safe
Agent-Safe Routes
List routes safe for autonomous agent operation

Agent Allowed:

List agent-safe routesDiscover safe operations

MCP Tool:

list_agent_safe_routes
GET/api/web/status
Web Status
Operational readiness status for AgentOps

Agent Allowed:

Check operational readinessVerify discovery files exist

MCP Tool:

get_web_status
GET/llms.txt
LLMS.txt
Machine-readable LLM discovery file

Agent Allowed:

Read llms.txtParse discovery information

MCP Tool:

inspect_llms_index
GET/openapi.json
OpenAPI Spec
OpenAPI 3.1 specification for AgentOps API

Agent Allowed:

Read OpenAPI specGenerate client code

MCP Tool:

inspect_openapi
POST/api/mcp
MCP Endpoint
Model Context Protocol JSON-RPC 2.0 endpoint

Agent Allowed:

Call public MCP toolsList available tools+1 more