generated: '2026-07-15' method: generated source: openapi/bored-api-openapi.yml, openapi/bored-appbrewery-openapi.yml description: Recommended x-agentic-access execution contracts, classified heuristically from the OpenAPI. A governance starting point for exposing this API to AI agents — review and bind audience per deployment. See research/curity/agentic-governance/. summary: operations: 14 by_action_class: connected: 13 acting: 1 by_consequence: read: 13 write: 1 human_in_the_loop_required: 0 operations: - path: /api/activity method: get operationId: getRandomActivity x-agentic-access: action-class: connected consequence: read subject: optional token: max-ttl: 3600 audit: none - path: /api/v1/activity method: get operationId: getRandomActivityV1 x-agentic-access: action-class: connected consequence: read subject: optional token: max-ttl: 3600 audit: none - path: /api/v2/activities method: get operationId: getRandomActivityV2 x-agentic-access: action-class: connected consequence: read subject: optional token: max-ttl: 3600 audit: none - path: /api/v2/activities/{key} method: get operationId: getActivityByKeyV2 x-agentic-access: action-class: connected consequence: read subject: optional token: max-ttl: 3600 audit: none - path: /api/v2/facts method: get operationId: getRandomFact x-agentic-access: action-class: connected consequence: read subject: optional token: max-ttl: 3600 audit: none - path: /api/v2/facts/{key} method: get operationId: getFactByKey x-agentic-access: action-class: connected consequence: read subject: optional token: max-ttl: 3600 audit: none - path: /api/v2/riddles method: get operationId: getRandomRiddle x-agentic-access: action-class: connected consequence: read subject: optional token: max-ttl: 3600 audit: none - path: /api/v2/riddles/{key} method: get operationId: getRiddleByKey x-agentic-access: action-class: connected consequence: read subject: optional token: max-ttl: 3600 audit: none - path: /api/v2/websites method: get operationId: getRandomWebsite x-agentic-access: action-class: connected consequence: read subject: optional token: max-ttl: 3600 audit: none - path: /api/v2/websites/{key} method: get operationId: getWebsiteByKey x-agentic-access: action-class: connected consequence: read subject: optional token: max-ttl: 3600 audit: none - path: /api/v2/suggestions method: post operationId: submitSuggestion x-agentic-access: action-class: acting consequence: write subject: required audience: null token: max-ttl: 900 escalation: human-in-the-loop: conditional triggers: - abnormal - high-value audit: required - path: /random method: get operationId: getRandom x-agentic-access: action-class: connected consequence: read subject: optional token: max-ttl: 3600 audit: none - path: /filter method: get operationId: filterActivities x-agentic-access: action-class: connected consequence: read subject: optional token: max-ttl: 3600 audit: none - path: /activity/{key} method: get operationId: getActivityByKey x-agentic-access: action-class: connected consequence: read subject: optional token: max-ttl: 3600 audit: none