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
- Validate route conflicts, rejected validation cases, selected component version, and intended response shape while inactive.
- Activate only after the generated runtime OpenAPI document and client examples reflect the intended public contract.
- Preserve request compatibility when changing a live path. Create a new versioned path instead of changing established parameter semantics unexpectedly.
- 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.