Move agents to a team
Move the listed agents to another team, or to the workspace-global space with targetTeamId=null. Moving an agent changes who can reach it and can flip team-scoped capabilities on or off, so call with dryRun=true first: each result carries an impact naming the members who gain or lose access and the capabilities that flip. Returns 400 when team settings are not enabled for the workspace. Batch write: each id gets its own result and per-id failures still return HTTP 200 — check results[].success and summary.
Authorizations
Workspace API key (wk_). GET endpoints require the Workspace read API scope, POST endpoints the Workspace write API scope.

