Skip to main content
This reference describes the public Endpoint definition managed through the UI or Platform API. It complements Endpoints, which explains lifecycle and operations.

Definition fields

options fields

A component-backed example

A static example

Delivery rules

  1. Validate route conflicts, rejected validation cases, selected component version, and intended response shape while inactive.
  2. Activate only after the generated runtime OpenAPI document and client examples reflect the intended public contract.
  3. Preserve request compatibility when changing a live path. Create a new versioned path instead of changing established parameter semantics unexpectedly.
  4. Treat an accepted control-plane write as a definition update—not proof that a caller has completed a runtime invocation.
The runtime chooses an inline guard before a schema Component reference. Configure one clear validation source per Endpoint; do not use both as a fallback mechanism.
Last modified on September 5, 2026