Skip to content

Accept (execute) or reject a staged agent action in the approval queue

Private · API Requires bearer

Parameters

NameInTypeDescription
owner*pathstring
repo*pathstring
id*pathstring
decision*pathstring

Responses

  • 200
    The decided action's outcome (#779): accept executes it live, reject cancels it. Mirrors the loopover_decide_pending_action MCP tool.
  • 400
    Decision is not 'accept' or 'reject'
  • 403
    Insufficient role
  • 404
    Pending action not found for this repository
  • 409
    Pending action was already decided