Professioneller Umzugsservice

Kostenlose Beratung und maßgeschneiderte Lösungen für Ihren Umzug.

AnrufenWhatsApp
Stahl & Söhne KGStahl & Söhne KG - Professionelle Umzugsfirma in Wien
Angebot anfordern
  1. Home
  2. Developers

Stahl & Söhne · Developer Portal

API & agent integration

Programmatic access for AI agents and developers: versioned REST under /api/v1, OpenAPI 3.1, scoped bearer tokens, structured JSON errors, and rate-limit headers. Prefer public content discovery via llms.txt before calling write actions.

OpenAPI JSONagent.jsonllms.txt

Quickstart

  1. Read when to use Stahl & Söhne and the OpenAPI contract.
  2. Request a scoped bearer token from office@stahlundsoehne.at (scopes: service:read, quote:read, lead:create).
  3. Call GET /api/v1/health, then a scoped endpoint with Authorization: Bearer <token>.
  4. On errors, parse JSON error.code, error.message, and error.resolution. Honor Retry-After on HTTP 429.
curl -s https://www.stahlundsoehne.at/api/v1/health | jq

curl -s -X POST https://www.stahlundsoehne.at/api/v1/agent/check-service-area \
  -H "Authorization: Bearer $STAHL_AGENT_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"postalCode":"1010","region":"Wien"}'

Public REST endpoints (v1)

Canonical versioned surface. Legacy aliases without /v1 remain available for compatibility.

MethodPathAuthNotes
GET/api/v1/healthPublicHealth + rate-limit policy echo
POST/api/v1/send-removal-requestPublicCreate a relocation estimate request
POST/api/v1/agent/check-service-areaBearer · service:readCheck postal/region coverage
POST/api/v1/agent/estimate-priceBearer · quote:readIndicative price range
POST/api/v1/agent/request-callbackBearer · lead:createCapture callback lead

Versioning & deprecation

  • URL path versioning: canonical routes under /api/v1/.
  • Breaking changes ship as /api/v2/; v1 stays stable.
  • Deprecated routes send Deprecation and Sunset headers with at least 90 days notice before removal. Details are mirrored in OpenAPI info.description and GET /api/v1/health.

Rate limits

Default agent/API budget: 60 requests / 60 seconds per token (or IP for public routes). Responses include RFC-style RateLimit / RateLimit-Policy headers plus X-RateLimit-*. HTTP 429 includes Retry-After.

Markdown content negotiation

Send Accept: text/markdown to HTML routes (homepage, developer portal, and other live pages). Responses use Content-Type: text/markdown and Vary: Accept. Unknown paths return HTTP 404 with a short markdown recovery body pointing at sitemap, llms.txt, and this portal.

CLI

Official CLI package @stahlundsoehne/cli scripts health checks and scoped agent calls without hand-rolling HTTP.

npm install -g @stahlundsoehne/cli
# or: npx @stahlundsoehne/cli

stahlundsoehne health
stahlundsoehne service-area --postal 1010 --token $STAHL_AGENT_TOKEN
stahlundsoehne docs

Source: packages/cli in the public site repository. Publish to npm when credentials are available; local runs work via node packages/cli/bin/stahlundsoehne.mjs.

Sandbox

Use production URLs with a sandbox-scoped token (request via email). estimate-price returns indicative ranges only; request-callback acknowledges capture for authorized tokens. Never commit bearer tokens to source control.

Bereit für Ihren Umzug?

Kostenlose Besichtigung, Fixpreis schriftlich bestätigt — Rückruf in der Regel innerhalb von 60 Minuten.

Angebot anfordernAnrufenBesichtigung buchen

Footer

Schnelle Erstberatung

Wir planen Ihren Umzug transparent, schnell und ohne Überraschungen.

Innerhalb von 60 Minuten Rückmeldung, Angebot meist am selben Tag.

Jetzt anrufenAnfrage senden
Stahl & SöhneStahl & Söhne KG - Ihr Partner für Umzüge und Montagearbeiten in Wien

Stahl & Söhne ist Ihr kompetenter Partner für Umzüge und Möbel- sowie Küchenmontagen.

Als von FirmenABC ausgezeichnetes Dienstleistungsunternehmen in Wien begleiten wir Umzüge, Möbelmontagen und Küchenmontagen professionell von der Anfrage bis zur Umsetzung.

Kontakt

office@stahlundsoehne.at+43 676 442 96 52
LinkedInInstagramFacebook

Umzug

  • Privatumzug
  • Firmenumzug
  • Umzug Wien
  • Umzug Österreich
  • Umzug Schweiz
  • Umzug Deutschland

Montage

  • Möbelmontage
  • Möbelmarken
  • Küchenmontage
  • Küchenmarken

Hilfreiche Links

  • FAQ
  • Fragen & Antworten
  • Bewertungen
  • Vorteile
  • Umzug Preise
  • Hier anfragen
  • Versicherung

Über Uns

  • Der Umzugsblog
  • Über Uns
  • Kontakt
  • Developer Portal / API
  • Datenschutz
  • AGB
  • Franchise
  • Karriere
  • Impressum

© 2026 Stahl & Söhne KG. Alle Rechte vorbehalten.

Erstellt durch Simple AI – Ihr Partner für Wachstum und Digitalisierung.