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_infoGET
/api/healthHealth Check
Service health endpoint
Agent Allowed:
Check service healthMonitor uptime
MCP Tool:
get_agentops_statusGET
/api/v1/storage/statusStorage Status
Current storage adapter status - no database required
Agent Allowed:
Check storage modeVerify no database requirement
MCP Tool:
get_storage_statusGET
/api/v1/servicesList Services
List all discovered PlatPhorm services
Agent Allowed:
List servicesFilter by category+1 more
MCP Tool:
list_servicesGET
/api/v1/routesList Routes
List all documented routes across services
Agent Allowed:
List routesFilter by safety class+1 more
MCP Tool:
list_agent_safe_routesGET
/api/v1/routes/agent-safeAgent-Safe Routes
List routes safe for autonomous agent operation
Agent Allowed:
List agent-safe routesDiscover safe operations
MCP Tool:
list_agent_safe_routesGET
/api/web/statusWeb Status
Operational readiness status for AgentOps
Agent Allowed:
Check operational readinessVerify discovery files exist
MCP Tool:
get_web_statusGET
/llms.txtLLMS.txt
Machine-readable LLM discovery file
Agent Allowed:
Read llms.txtParse discovery information
MCP Tool:
inspect_llms_indexGET
/openapi.jsonOpenAPI Spec
OpenAPI 3.1 specification for AgentOps API
Agent Allowed:
Read OpenAPI specGenerate client code
MCP Tool:
inspect_openapiPOST
/api/mcpMCP Endpoint
Model Context Protocol JSON-RPC 2.0 endpoint
Agent Allowed:
Call public MCP toolsList available tools+1 more