v1

latestOpenAPI 3.0.3MIT2026-07-17241338.5 KB
External

Approve write intent

Approves a pending external write intent, allowing the agent to commit changes to the external provider (e.g. push a branch to GitHub).

post/api/orgs/{org}/external/write-intents/{name}/approve

Path parameters

orgstring required
Example:default

Organization slug

namestring required
Example:write-intent-push-abc

Write intent resource name

Request body

approvedBystring

Identity of the approver

resourcesobject

Additional resource context for the approval

Example request

{
  "approvedBy": "alice"
}

Response

Write intent approved

approvedboolean
intentNamestring