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
GET
/api/healthHealth Check
Service health endpoint
Agent Allowed:
Check service healthMonitor uptime
GET
/api/v1/storage/statusStorage Status
Current storage adapter status - no database required
Agent Allowed:
Check storage modeVerify no database requirement
GET
/api/v1/servicesList Services
List curated service-purpose records without implying live availability
Agent Allowed:
List servicesFilter by category+1 more
GET
/api/v1/routesList Routes
List AgentOps local route-safety documentation
Agent Allowed:
List routesFilter by safety class+1 more
GET
/api/v1/routes/agent-safeAgent-Safe Routes
List routes safe for autonomous agent operation
Agent Allowed:
List agent-safe routesDiscover safe operations
GET
/api/v1/network/discoveryCanonical Network Discovery
Compare the fixed root graph and base sitemap index with bounded trusted-domain filtering
Agent Allowed:
Read trusted and pending domain evidenceInspect degraded source state
GET
/api/web/statusWeb Status
Operational readiness status for AgentOps
Agent Allowed:
Check operational readinessVerify discovery files exist
GET
/llms.txtLLMS.txt
Machine-readable LLM discovery file
Agent Allowed:
Read llms.txtParse discovery information
GET
/openapi.jsonOpenAPI Spec
OpenAPI 3.1 specification for AgentOps API
Agent Allowed:
Read OpenAPI specGenerate client code