1 min read
Multi-tenant platforms, like AI agents and visual building apps, can now easily transfer deployment ownership directly to users or teams.
How it works:
Deployment creation: Any third-party can create a new deployment using the Vercel CLI or using the Vercel API: POST /files and POST /deployments
Initiate transfer: The Vercel API endpoint is then used to generate a
claim-deployment
URL for that deployment.User confirms their team: The user selects their Vercel team and completes the transfer.
Check out our documentation to learn more.