Publish several files
write_filesCreates or overwrites up to 100 files in one call (30 MB total). Ideal for publishing a whole website. Each file has path, content and optional encoding ("utf8" or "base64").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | The website's domain, as shown by list_sites (e.g. "example.com" or "name.hostingfor.ai"). | |
| files | Yes | The files to create or overwrite (1 to 100). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| saved | No | ||
| failed | No | ||
| warnings | No |