Offer project ownership

PATCH/v1/projects/{projectId}/owner

Creates an ownership offer for an active member. The current owner remains unchanged until the recipient accepts via the resource-invitations API. Repeated pending offers to the same recipient are idempotent.

How to call this endpoint

Every ACP API request uses bearer authentication. The examples here show the actual request path, auth header, and body shape that the platform expects.

Path, query, and header parameters

These parameters control which ACP object the endpoint acts on and how the request is processed.

Path parameters
NameLocationTypeRequiredDescription
projectIdpathstringYesProject ID
Query parameters
None.

Body schema

Content type: application/json · Required

FieldTypeRequiredDescription
ownerUserIdstringYes
userIdstringNoDeprecated alias for `ownerUserId`.

What the API returns

Each response code below includes the documented payload shape for the ACP API.

200Current resource and pending ownership offerapplication/json
FieldTypeRequiredDescription
invitationobjectNo
invitation.idstringYesUnique identifier.
invitation.organizationIdstringYes
invitation.kindshare | ownershipYes
invitation.resourceTypestringYes
invitation.resourceIdstringYes
invitation.resourceNamestringYes
invitation.recipientUserIdstringYes
invitation.invitedByUserIdstringYes
invitation.accessLeveluse | edit | manageYes
invitation.statuspending | accepted | declined | revoked | expiredYesCurrent lifecycle status.
invitation.expiresAtstringYes
invitation.decidedAtstringYes
invitation.createdAtstringYesISO 8601 timestamp.
invitation.updatedAtstringYesISO 8601 timestamp.
projectobjectNo
project.objectproject | project.overviewNo
project.isOverviewRecordbooleanNo
project.idstringYesUnique identifier.
project.userIdstringYesUser ID.
project.ownerUserIdstringNo
project.ownerNamestringNo
project.ownerEmailstringNo
project.ownerAvatarUrlstringNo
project.ownerobjectNo
project.owner.userIdstringYesUser ID.
project.owner.namestringYesHuman-readable name.
project.owner.emailstringNo
project.owner.avatarUrlstringNo
project.canTransferOwnershipbooleanNo
project.organizationIdstringNo
project.createdByUserIdstringNo
project.createdByNamestringNo
project.createdByEmailstringNo
project.createdByAvatarUrlstringNo
project.createdByobjectNo
project.createdBy.userIdstringYesUser ID.
project.createdBy.namestringYesHuman-readable name.
project.createdBy.emailstringNo
project.createdBy.avatarUrlstringNo
project.namestringYesHuman-readable name.
project.descriptionstringYesHuman-readable description.
project.typelocal | cloud | syncedNo
project.primarySourcestringNo
project.sourcesobject[]No
project.colorstringYes
project.defaultEnvironmentIdstringYes
project.environmentIdsstring[]No
project.permissionSetobjectNoAgent permission policy. The shape is intentionally subject-typed so it can also be reused for human users and teams later.
project.permissionSet.version1No
project.permissionSet.subjectTypeagent | human_user | team | project | security_repositoryNo
project.permissionSet.defaultAccessfull_access | ask_for_permission | read_only | no_accessNoAccess level for a resource category. `full_access` allows viewing and actions, `ask_for_permission` allows proposed actions that require approval, `read_only` allows viewing without mutation, and `no_access` blocks view and action access.
project.permissionSet.ringsobjectNo
project.permissionSet.actionsobjectNo
project.permissionSet.resourcesobjectNo
project.permissionSet.resources.agentsobjectNo
project.permissionSet.resources.agents.defaultAccessfull_access | ask_for_permission | read_only | no_accessNoAccess level for a resource category. `full_access` allows viewing and actions, `ask_for_permission` allows proposed actions that require approval, `read_only` allows viewing without mutation, and `no_access` blocks view and action access.
project.permissionSet.resources.agents.rulesobject[]No
project.permissionSet.resources.agents.rules[].idstringNoOptional stable rule ID.
project.permissionSet.resources.agents.rules[].targetIdstringNoOptional resource identifier for agent, skill, server, computer, or project rules.
project.permissionSet.resources.agents.rules[].pathstringNoOptional file or directory path for path-scoped rules.
project.permissionSet.resources.agents.rules[].accessfull_access | ask_for_permission | read_only | no_accessNoAccess level for a resource category. `full_access` allows viewing and actions, `ask_for_permission` allows proposed actions that require approval, `read_only` allows viewing without mutation, and `no_access` blocks view and action access.
project.permissionSet.resources.agents.rules[].notestringNoOptional human-readable note for the rule.
project.permissionSet.resources.skillsobjectNo
project.permissionSet.resources.skills.defaultAccessfull_access | ask_for_permission | read_only | no_accessNoAccess level for a resource category. `full_access` allows viewing and actions, `ask_for_permission` allows proposed actions that require approval, `read_only` allows viewing without mutation, and `no_access` blocks view and action access.
project.permissionSet.resources.skills.rulesobject[]No
project.permissionSet.resources.skills.rules[].idstringNoOptional stable rule ID.
project.permissionSet.resources.skills.rules[].targetIdstringNoOptional resource identifier for agent, skill, server, computer, or project rules.
project.permissionSet.resources.skills.rules[].pathstringNoOptional file or directory path for path-scoped rules.
project.permissionSet.resources.skills.rules[].accessfull_access | ask_for_permission | read_only | no_accessNoAccess level for a resource category. `full_access` allows viewing and actions, `ask_for_permission` allows proposed actions that require approval, `read_only` allows viewing without mutation, and `no_access` blocks view and action access.
project.permissionSet.resources.skills.rules[].notestringNoOptional human-readable note for the rule.
project.permissionSet.resources.serversobjectNo
project.permissionSet.resources.servers.defaultAccessfull_access | ask_for_permission | read_only | no_accessNoAccess level for a resource category. `full_access` allows viewing and actions, `ask_for_permission` allows proposed actions that require approval, `read_only` allows viewing without mutation, and `no_access` blocks view and action access.
project.permissionSet.resources.servers.rulesobject[]No
project.permissionSet.resources.servers.rules[].idstringNoOptional stable rule ID.
project.permissionSet.resources.servers.rules[].targetIdstringNoOptional resource identifier for agent, skill, server, computer, or project rules.
project.permissionSet.resources.servers.rules[].pathstringNoOptional file or directory path for path-scoped rules.
project.permissionSet.resources.servers.rules[].accessfull_access | ask_for_permission | read_only | no_accessNoAccess level for a resource category. `full_access` allows viewing and actions, `ask_for_permission` allows proposed actions that require approval, `read_only` allows viewing without mutation, and `no_access` blocks view and action access.
project.permissionSet.resources.servers.rules[].notestringNoOptional human-readable note for the rule.
project.permissionSet.resources.computersobjectNo
project.permissionSet.resources.computers.defaultAccessfull_access | ask_for_permission | read_only | no_accessNoAccess level for a resource category. `full_access` allows viewing and actions, `ask_for_permission` allows proposed actions that require approval, `read_only` allows viewing without mutation, and `no_access` blocks view and action access.
project.permissionSet.resources.computers.rulesobject[]No
project.permissionSet.resources.computers.rules[].idstringNoOptional stable rule ID.
project.permissionSet.resources.computers.rules[].targetIdstringNoOptional resource identifier for agent, skill, server, computer, or project rules.
project.permissionSet.resources.computers.rules[].pathstringNoOptional file or directory path for path-scoped rules.
project.permissionSet.resources.computers.rules[].accessfull_access | ask_for_permission | read_only | no_accessNoAccess level for a resource category. `full_access` allows viewing and actions, `ask_for_permission` allows proposed actions that require approval, `read_only` allows viewing without mutation, and `no_access` blocks view and action access.
project.permissionSet.resources.computers.rules[].notestringNoOptional human-readable note for the rule.
project.permissionSet.resources.filesobjectNo
project.permissionSet.resources.files.defaultAccessfull_access | ask_for_permission | read_only | no_accessNoAccess level for a resource category. `full_access` allows viewing and actions, `ask_for_permission` allows proposed actions that require approval, `read_only` allows viewing without mutation, and `no_access` blocks view and action access.
project.permissionSet.resources.files.rulesobject[]No
project.permissionSet.resources.files.rules[].idstringNoOptional stable rule ID.
project.permissionSet.resources.files.rules[].targetIdstringNoOptional resource identifier for agent, skill, server, computer, or project rules.
project.permissionSet.resources.files.rules[].pathstringNoOptional file or directory path for path-scoped rules.
project.permissionSet.resources.files.rules[].accessfull_access | ask_for_permission | read_only | no_accessNoAccess level for a resource category. `full_access` allows viewing and actions, `ask_for_permission` allows proposed actions that require approval, `read_only` allows viewing without mutation, and `no_access` blocks view and action access.
project.permissionSet.resources.files.rules[].notestringNoOptional human-readable note for the rule.
project.permissionSet.resources.directoriesobjectNo
project.permissionSet.resources.directories.defaultAccessfull_access | ask_for_permission | read_only | no_accessNoAccess level for a resource category. `full_access` allows viewing and actions, `ask_for_permission` allows proposed actions that require approval, `read_only` allows viewing without mutation, and `no_access` blocks view and action access.
project.permissionSet.resources.directories.rulesobject[]No
project.permissionSet.resources.directories.rules[].idstringNoOptional stable rule ID.
project.permissionSet.resources.directories.rules[].targetIdstringNoOptional resource identifier for agent, skill, server, computer, or project rules.
project.permissionSet.resources.directories.rules[].pathstringNoOptional file or directory path for path-scoped rules.
project.permissionSet.resources.directories.rules[].accessfull_access | ask_for_permission | read_only | no_accessNoAccess level for a resource category. `full_access` allows viewing and actions, `ask_for_permission` allows proposed actions that require approval, `read_only` allows viewing without mutation, and `no_access` blocks view and action access.
project.permissionSet.resources.directories.rules[].notestringNoOptional human-readable note for the rule.
project.permissionSet.resources.projectsobjectNo
project.permissionSet.resources.projects.defaultAccessfull_access | ask_for_permission | read_only | no_accessNoAccess level for a resource category. `full_access` allows viewing and actions, `ask_for_permission` allows proposed actions that require approval, `read_only` allows viewing without mutation, and `no_access` blocks view and action access.
project.permissionSet.resources.projects.rulesobject[]No
project.permissionSet.resources.projects.rules[].idstringNoOptional stable rule ID.
project.permissionSet.resources.projects.rules[].targetIdstringNoOptional resource identifier for agent, skill, server, computer, or project rules.
project.permissionSet.resources.projects.rules[].pathstringNoOptional file or directory path for path-scoped rules.
project.permissionSet.resources.projects.rules[].accessfull_access | ask_for_permission | read_only | no_accessNoAccess level for a resource category. `full_access` allows viewing and actions, `ask_for_permission` allows proposed actions that require approval, `read_only` allows viewing without mutation, and `no_access` blocks view and action access.
project.permissionSet.resources.projects.rules[].notestringNoOptional human-readable note for the rule.
project.permissionSet.resources.security_repositoriesobjectNo
project.permissionSet.resources.security_repositories.defaultAccessfull_access | ask_for_permission | read_only | no_accessNoAccess level for a resource category. `full_access` allows viewing and actions, `ask_for_permission` allows proposed actions that require approval, `read_only` allows viewing without mutation, and `no_access` blocks view and action access.
project.permissionSet.resources.security_repositories.rulesobject[]No
project.permissionSet.resources.security_repositories.rules[].idstringNoOptional stable rule ID.
project.permissionSet.resources.security_repositories.rules[].targetIdstringNoOptional resource identifier for agent, skill, server, computer, or project rules.
project.permissionSet.resources.security_repositories.rules[].pathstringNoOptional file or directory path for path-scoped rules.
project.permissionSet.resources.security_repositories.rules[].accessfull_access | ask_for_permission | read_only | no_accessNoAccess level for a resource category. `full_access` allows viewing and actions, `ask_for_permission` allows proposed actions that require approval, `read_only` allows viewing without mutation, and `no_access` blocks view and action access.
project.permissionSet.resources.security_repositories.rules[].notestringNoOptional human-readable note for the rule.
project.metadataobjectYesFree-form metadata object.
project.sharedWithMebooleanNo
project.isSharedbooleanNo
project.teamSharedbooleanNo
project.teamShareIdstringNo
project.teamIdstringNo
project.teamNamestringNo
project.teamAccessLeveluse | edit | manageNo
project.teamShareSourceresource_share | project_settingsNo
project.summaryobjectNo
project.createdAtstringYesISO 8601 timestamp.
project.updatedAtstringYesISO 8601 timestamp.
400Invalid owner or owner is not an active organization member
None.
403Ownership transfer permission is required
None.
404Resource not foundapplication/json
FieldTypeRequiredDescription
errorstringNo
Offer project ownership
Loading...
Response 200
Loading...
See the ACP quickstart and SDK flow