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
GET/api/health
Health Check
Service health endpoint

Agent Allowed:

Check service healthMonitor uptime
GET/api/v1/storage/status
Storage Status
Current storage adapter status - no database required

Agent Allowed:

Check storage modeVerify no database requirement
GET/api/v1/services
List Services
List curated service-purpose records without implying live availability

Agent Allowed:

List servicesFilter by category+1 more
GET/api/v1/routes
List Routes
List AgentOps local route-safety documentation

Agent Allowed:

List routesFilter by safety class+1 more
GET/api/v1/routes/agent-safe
Agent-Safe Routes
List routes safe for autonomous agent operation

Agent Allowed:

List agent-safe routesDiscover safe operations
GET/api/v1/network/discovery
Canonical 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/status
Web Status
Operational readiness status for AgentOps

Agent Allowed:

Check operational readinessVerify discovery files exist
GET/llms.txt
LLMS.txt
Machine-readable LLM discovery file

Agent Allowed:

Read llms.txtParse discovery information
GET/openapi.json
OpenAPI Spec
OpenAPI 3.1 specification for AgentOps API

Agent Allowed:

Read OpenAPI specGenerate client code