Look up a company's regional API host and create a work order via the Zuper API.
domain: developers.zuper.co · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
Steps
POST the company's login/company name to https://accounts.zuperpro.com/api/config to discover the account's regional dc_api_url (e.g., a us-west-1c.zuperpro.com base).
Authenticate every subsequent call with the x-api-key header (API key from the account's Developer Hub) over HTTPS only.
Use ISO 8601 UTC timestamps for all date/time fields in requests.
Call the work order creation endpoint against the resolved base URL (not a generic zuperpro.com host).
List/query existing work orders to confirm creation and dedupe before writing.
Known gotchas
Hardcoding a single base URL breaks for accounts hosted in a different Zuper data center — always resolve dc_api_url first.
All requests are rejected over plain HTTP; HTTPS is mandatory.
API keys are account-scoped, not user-scoped — rotating a key affects every integration using it.
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?