Edit page
Update the display name and public slug for a hosted static website.
← All Pages endpoints · Capability overview
/v1/pages/{page_id}https://api.vee3.io/v1/pages/{page_id}
Update the display name and public slug for a hosted static website.
Authorization
Send your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
MCP
The same capability is available as an MCP tool on Vee3 hosted MCP.
Tool name
pages.editParameters3 fields
page_idstringRequiredPage id to update.
namestringOptionalDisplay name for the page. Does not change the public URL. Pass an empty value to clear the name. At most 80 characters.
max length 80
slugstringOptionalNew page slug used for the public hostname ({slug}.vee3.site). Must be unique across Vee3. Lowercase alphanumeric characters and hyphens only; 1-48 characters; must start and end with an alphanumeric character.
max length 48
Response10 fields
page_idstringUnique identifier for the page.
namestringDisplay name for the page, if set.
slugstringPage slug.
statusstringCurrent page status.
urlstringPublic HTTPS URL for the page. Uses the custom domain when one is attached.
hostnamestringPreview hostname ({slug}.vee3.site). Always present, including when a custom domain is attached.
custom_domainstringCustom hostname attached to the page, if any.
created_atstringWhen the page was created.
updated_atstringWhen the page record was last updated.
last_deployed_atstringWhen files were last deployed to the page.
HTTP errors: unauthorized, validation_error, insufficient_tokens, payment_required, pages_not_configured, pages_upstream_error, page_not_found, page_slug_taken