Skip to main content
By the end of this guide you will have authenticated against the API, fetched a live page document, patched one of its blocks, and published the change — all from your own code. Plan on about 10 minutes if you already have a workspace and a test API key.

Prerequisites

Steps

Troubleshooting

What you built

You installed the SDK, authenticated with an API key, read your profile, fetched a page document, patched a block prop with a JSON Patch operation, and published the change. Every step above is also available through the Builder UI and the Builder MCP — the underlying model is the same JSON document either way.

Next steps