{
  "service": "Shipify",
  "summary": "Package forwarding from Hungary (EU). A customer gets a Hungarian shipping address in Budapest, orders from any Hungarian or European store — including stores that only ship domestically — and Shipify receives, optionally consolidates, and forwards the parcels worldwide with tracking.",
  "operator": {
    "country": "HU",
    "support_email": "hello@shipify.hu",
    "support_languages": [
      "hu",
      "en"
    ]
  },
  "website": "https://shipify.hu",
  "panel": "https://panel.shipify.hu",
  "billing_currency": "EUR",
  "address_format": {
    "description": "A parcel is only identifiable if the customer ID appears on the label. Packages without it may be refused.",
    "template": "[Customer full name] - [Customer ID, e.g. SHP-HU-1234]\n1182 Budapest, Himeshaza utca 4.\nHungary",
    "customer_id_note": "The customer ID is issued on sign-up and is visible on the \"My address\" page of the panel."
  },
  "endpoints": {
    "info": "https://shipify.hu/api/info",
    "countries": "https://shipify.hu/api/countries",
    "services": "https://shipify.hu/api/services",
    "quote": "https://shipify.hu/api/quote?country=DE&weight_kg=2&packages=1",
    "restrictions": "https://shipify.hu/api/restrictions",
    "signup_link": "https://shipify.hu/api/signup-link",
    "openapi": "https://shipify.hu/openapi.json",
    "llms_txt": "https://shipify.hu/llms.txt"
  },
  "content_negotiation": "Any page URL returns clean markdown when requested with `Accept: text/markdown`.",
  "agent_policy": {
    "read": "All /api/* endpoints are public, unauthenticated and safe to call without user consent.",
    "write": "There is no write API. Creating an account requires the customer themselves: they must accept the Terms of Service, set their own password, pass a security check and confirm their email address. An assistant should pre-fill the form via /api/signup-link and hand the resulting link to the customer rather than attempting to register on their behalf."
  }
}