# n8n REST recipes for Agent Media Tools

These JSON workflows are **importable starting points** for n8n. They use the HTTP Request node against public Agent Media Tools REST endpoints.

## Validation notes (2026-07-15)

| Recipe | Auth | Binary | Status |
|---|---|---|---|
| `free-uuid-connectivity.json` | None | No | Safe connectivity check (GET JSON) |
| `free-json-format.json` | None | No | Free JSON format (POST JSON) |
| `screenshot-webhook.json` | Header `Authorization: Bearer mt_…` | Response as file | Uses JSON body (matches `/api/screenshot`) |

**Pinned expectations:** n8n HTTP Request node v4.x-style parameters (`specifyBody: json`, `jsonBody`, `options.response.response.responseFormat`). Import, attach credentials where noted, and run a manual test before production schedules.

### Intentionally not published yet

Older drafts under the ignored `public/downloads/n8n-workflows/` path that relied on form body fields for JSON APIs, or multipart image upload without a clear binary input, remain unpublished.

### Import steps

1. n8n → Workflows → Import from File  
2. Open the HTTP Request node → set Header Auth credential for recipes that need a key  
3. Execute once manually  
4. Only then attach webhooks or schedules  

First-win path for humans/agents: https://agentmediatools.com/first-win  
REST guide: https://agentmediatools.com/guides/n8n-integration  
