generated: '2026-07-15' method: generated source: openapi/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: 8 by_action_class: connected: 8 by_consequence: read: 8 human_in_the_loop_required: 0 operations: - path: /{access-token}/{id} method: get operationId: getCharacterById x-agentic-access: action-class: connected consequence: read subject: optional token: max-ttl: 3600 audit: none - path: /{access-token}/{id}/powerstats method: get operationId: getCharacterPowerstats x-agentic-access: action-class: connected consequence: read subject: optional token: max-ttl: 3600 audit: none - path: /{access-token}/{id}/biography method: get operationId: getCharacterBiography x-agentic-access: action-class: connected consequence: read subject: optional token: max-ttl: 3600 audit: none - path: /{access-token}/{id}/appearance method: get operationId: getCharacterAppearance x-agentic-access: action-class: connected consequence: read subject: optional token: max-ttl: 3600 audit: none - path: /{access-token}/{id}/work method: get operationId: getCharacterWork x-agentic-access: action-class: connected consequence: read subject: optional token: max-ttl: 3600 audit: none - path: /{access-token}/{id}/connections method: get operationId: getCharacterConnections x-agentic-access: action-class: connected consequence: read subject: optional token: max-ttl: 3600 audit: none - path: /{access-token}/{id}/image method: get operationId: getCharacterImage x-agentic-access: action-class: connected consequence: read subject: optional token: max-ttl: 3600 audit: none - path: /{access-token}/search/{name} method: get operationId: searchCharacterByName x-agentic-access: action-class: connected consequence: read subject: optional token: max-ttl: 3600 audit: none