generated: '2026-07-15' method: generated source: openapi/littlehorse-api.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: 22 by_action_class: connected: 10 acting: 12 by_consequence: read: 10 write: 11 safety-critical: 1 human_in_the_loop_required: 1 operations: - path: /wfSpec method: get operationId: listWfSpecs x-agentic-access: action-class: connected consequence: read subject: optional token: max-ttl: 3600 audit: none - path: /wfSpec method: post operationId: putWfSpec 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: /wfSpec/{name} method: get operationId: getWfSpec x-agentic-access: action-class: connected consequence: read subject: optional token: max-ttl: 3600 audit: none - path: /wfSpec/{name} method: delete operationId: deleteWfSpec 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: /wfRun method: post operationId: runWf 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: /wfRun/{wfRunId} method: get operationId: getWfRun x-agentic-access: action-class: connected consequence: read subject: optional token: max-ttl: 3600 audit: none - path: /wfRun/{wfRunId} method: delete operationId: deleteWfRun 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: /wfRun/{wfRunId}/stop method: post operationId: stopWfRun x-agentic-access: action-class: acting consequence: safety-critical subject: required audience: null token: max-ttl: 120 exchange: true purpose-required: true proof-of-possession: true escalation: human-in-the-loop: required audit: required - path: /wfRun/{wfRunId}/resume method: post operationId: resumeWfRun 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: /wfRun/search method: get operationId: searchWfRuns x-agentic-access: action-class: connected consequence: read subject: optional token: max-ttl: 3600 audit: none - path: /taskDef method: get operationId: listTaskDefs x-agentic-access: action-class: connected consequence: read subject: optional token: max-ttl: 3600 audit: none - path: /taskDef method: post operationId: putTaskDef 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: /taskDef/{name} method: get operationId: getTaskDef x-agentic-access: action-class: connected consequence: read subject: optional token: max-ttl: 3600 audit: none - path: /taskDef/{name} method: delete operationId: deleteTaskDef 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: /externalEventDef method: get operationId: listExternalEventDefs x-agentic-access: action-class: connected consequence: read subject: optional token: max-ttl: 3600 audit: none - path: /externalEventDef method: post operationId: putExternalEventDef 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: /externalEventDef/{name} method: get operationId: getExternalEventDef x-agentic-access: action-class: connected consequence: read subject: optional token: max-ttl: 3600 audit: none - path: /wfRun/{wfRunId}/externalEvent/{externalEventDefName} method: post operationId: postExternalEvent 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: /wfRun/{wfRunId}/userTaskRun/{userTaskRunId} method: get operationId: getUserTaskRun x-agentic-access: action-class: connected consequence: read subject: optional token: max-ttl: 3600 audit: none - path: /wfRun/{wfRunId}/userTaskRun/{userTaskRunId}/assign method: post operationId: assignUserTask 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: /wfRun/{wfRunId}/userTaskRun/{userTaskRunId}/complete method: post operationId: completeUserTask 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: /nodeRun/{wfRunId}/{threadRunNumber}/{position} method: get operationId: getNodeRun x-agentic-access: action-class: connected consequence: read subject: optional token: max-ttl: 3600 audit: none