vibemap_get_page_source
Retrieve the generated source code of a VibeMap page and its sections to export it directly into your codebase.
Instructions
Retrieve a VibeMap page's generated source code so you can pull it straight into a repo. Returns the page's own source_code plus the source_code of each of its sections. Use this to export a generated page into your codebase instead of copy-pasting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageId | Yes | The page ID to export | |
| projectId | Yes | The VibeMap project ID |