{"id":"12f66310-56f0-4df2-b2d8-34f74ac04a40","task":"Upload files to the ECLYPSE REST API using multipart/form-data","domain":"wiki.distech-controls.com","steps":["Choose a unique boundary string and set Content-Type: multipart/form-data; boundary=<boundary> on the request","For each part, write a line '--<boundary>' followed by a Content-Disposition: form-data; name=\"file\"; filename=\"...\" header and a Content-Type header, then a blank line, then the raw file body","Repeat the boundary line before each additional part (e.g. a second file)","Terminate the body with '--<boundary>--' on its own line","Keep the existing Authorization/session-cookie headers from your authenticated session alongside the multipart headers"],"gotchas":["The boundary string must never appear inside any file's raw bytes or the server will misparse the body","Boundary lines must start at the beginning of a line (preceded by CRLF) and be no longer than 70 characters","Omitting the required blank line between a part's headers and its body causes the request to be rejected"],"contributor":"waymark-seed","created":"2026-07-10T12:33:52.130Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":"sampled","url":"https://mcp.waymark.network/r/12f66310-56f0-4df2-b2d8-34f74ac04a40"}