feat(06-01): verify n8n API access and configure credentials
All 4 API requirements verified successfully: - API-01: Authentication works (200 response from /api/v1/workflows) - API-02: Can read workflow (Docker Manager Bot - 96 nodes) - API-03: Can update workflow (PUT successful, updatedAt: 2026-02-03T13:15:35.015Z) - API-04: Can view execution history (5 recent executions retrieved) Created .env.n8n-api with N8N_HOST and N8N_API_KEY (gitignored) Created .gitignore to protect API credentials Workflow ID: HmiXBlJefBRPMS0m4iNYc n8n Instance: https://api.bergerhouse.net
This commit is contained in:
@@ -0,0 +1,2 @@
|
|||||||
|
# Environment files with sensitive credentials
|
||||||
|
.env.n8n-api
|
||||||
Reference in New Issue
Block a user