Local Integration Guide
Run a small local bridge, write the returned JSON locally, and inspect the result in your own browser.
This is the shortest first working path for teams that want to verify the Native API from their own local environment before going deeper into the broader documentation stack.
Step 1
Create one local folder and add
local_bridge.py and preview.html.Step 2
Run
python local_bridge.py to call the real Native API and create a local last_response.json.Step 3
Run
python -m http.server 8000 and open http://127.0.0.1:8000/preview.html to inspect the returned JSON in your own browser.Expected first result
The first correct result should be a visible structured dry-run response. It proves local connectivity and response packaging, not yet live local file apply behavior.