claim_project_transfer
Claim an incoming EMAIL project transfer into your organization or create a new one. Provide the transfer ID and optional org ID to accept and gain immediate ownership and project keys.
Instructions
Claim an incoming EMAIL transfer into an org (v1.93+) — the email analog of accept_project_transfer. The transfer's addressed email must match your verified email. Provide org_id to claim into an org you own/admin, or omit to create a new org. Atomically flips ownership and returns the new owner's project keys (persisted to the local keystore, symmetric with accept) so you can operate the project immediately. Calls POST /agent/v1/transfers/:transfer_id/claim.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org_id | No | Organization to claim the project into (you must own/admin it). Omit to claim into a brand-new org. | |
| transfer_id | Yes | EMAIL transfer id to claim. The transfer's addressed email must match your verified email. The email analog of `accept_project_transfer`. | |
| accept_retained_collaborator | No | Accept the sender's v1.91 retained-`developer`-membership offer (see the preview's retain_collaborator). Omit (the default) for a full severance. |