File Operations

Write Files (Batch)

vibesites_write_files

Write multiple files at once. More efficient than calling write_file multiple times. Changes go live automatically.

Parameters

NameTypeRequiredDescription
site_idstringRequiredSite ID
filesarrayRequiredArray of { path, content } objects

Example

Ask Claude something like:

Prompt example
"Update both the HTML and CSS at the same time"

Related tools