saveViewpoint
Save the current camera position and orientation to a named bookmark. Overwrites any existing bookmark with the same name.
Instructions
Save the current camera state under a page-local name. Returns { success: boolean, data?: unknown, message?: string, error?: string }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Bookmark name (unique identifier, overwrites if duplicate) | |
| sessionId | No | Target browser session ID for multi-browser routing (optional) |