Environments and Routing
How documentation, API hosts, and reference endpoints differ across development, staging, and production.
PixService resolves API and documentation URLs from runtime configuration.
Production
Production API traffic should use:
https://api.pixgruppe.deThe production Scalar reference is served by the API host at:
https://api.pixgruppe.de/documentationThe production OpenAPI JSON is served at:
https://api.pixgruppe.de/swagger/v1/swagger.jsonOlder API hostnames may remain routable for compatibility, but generated links, Scalar servers, worker onboarding defaults, and docs configuration should point at api.pixgruppe.de.
Development And Staging
Development and staging use their environment-specific API hosts from runtime config. Do not hardcode those into client builds. Read the values from environment configuration, deployment config, or the docs runtime reference links.
Cookie Sessions And Origins
Browser session cookies are host/domain scoped per environment. Cookie-authenticated unsafe requests are accepted only from the API origin or an explicitly configured frontend origin. Wildcard CORS does not grant credentialed cookie access.