page.claim
ActiveTool of Create Web Page
Claim an anonymous demo page into an AUTHENTICATED account. This requires the signed-in user's OAuth — an anonymous chat/agent session cannot call it and will get an OAuth-required error. So in a normal agent conversation, do NOT call this to 'save' a demo page: instead share the claimUrl from the page.create/page.publish result with the user, who opens it, signs in, and keeps the page. Only call page.claim when the request already runs under the owner's OAuth.
Parameters schema
{
"type": "object",
"required": [
"pageId",
"editToken"
],
"properties": {
"pageId": {
"type": "string",
"format": "uuid",
"description": "The pageId returned by page.create."
},
"editToken": {
"type": "string",
"description": "The editToken returned by page.create for the anonymous demo page."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Create Web Page
https://github.com/daniel-lopez-puig/landings
1/7 registries