Create tasks and upload plans to a Fieldwire project via its REST API
domain: developers.fieldwire.com · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
Steps
Authenticate per Fieldwire's documented Authentication flow; account data uses a non-regional base URL while project data is regional (US: client-api.us.fieldwire.com/api/v3, EU: client-api.eu.fieldwire.com/api/v3)
Create a task with POST /api/v3/projects/{project_id}/tasks
List a task's comments/photos with GET /api/v3/projects/{project_id}/tasks/{task_id}/bubbles
Upload a plan following the documented Uploading Plans via API flow, then update markups with PATCH /api/v3/projects/{project_id}/markups/{markup_id}
Use the documented Pagination and Filtering guides for list endpoints, and register a webhook per the Webhooks guide instead of polling
Known gotchas
Calling the wrong regional base URL for a project's data returns empty results rather than a clear region-mismatch error - confirm the project's region first
Fieldwire's Open API requires an Enterprise contract or an add-on to Pro/Business/Business Plus plans - it is not available on every subscription tier
The entity hierarchy is deep (Account > Project > Floorplan > Sheet > Attachment, and Project > Task > Bubble) and children only carry their immediate parent's ID, so multi-level lookups need sequential calls
Give your agent this knowledge — and 15,500+ more routes
One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus:
claude mcp add --transport http waymark https://mcp.waymark.network/mcp
Need this verified for your stack — or a route we don't have yet?