accept_project_transfer
Accept an incoming project transfer to assume ownership, revoke previous CI bindings, and trigger a secrets rotation advisory.
Instructions
Accept an incoming project transfer (v1.59+). Your wallet must equal the transfer's to_wallet. The accept transaction atomically: (a) flips ownership to your wallet, (b) revokes the previous owner's CI bindings on the project, (c) enqueues notifications to both parties, (d) stamps a persistent secrets_rotation_advised advisory. Secret VALUES are inherited (rotation strongly advised via set_secret for each name). GitHub repo ownership is NOT part of the transfer. Calls POST /agent/v1/transfers/:transfer_id/accept.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| transfer_id | Yes | Transfer id to accept. Your wallet must equal the transfer's to_wallet. Atomically flips ownership, revokes the previous owner's CI bindings on the project, and stamps a `secrets_rotation_advised` advisory. |