Create forwarding endpoint
Creates a forwarding endpoint. The request body must include ref.slug (the unique per-organization identifier), spec (display name plus exactly one protocol-specific config), and the matching credentials block in the same oneof. Credentials are stored encrypted and never returned in responses.
Authorizations
CoreWeave API access token sent as a bearer token.
Body
ForwardingEndpointRef uniquely identifies a forwarding endpoint within an organization.
Endpoints are referenced by a human-readable slug that must be unique per organization.
Configuration for a forwarding endpoint. Includes a human-readable displayName and exactly one protocol-specific config. The protocol type is fixed at creation time and cannot be changed afterwards.
https credentials for HTTPS endpoints with basic auth.
Response
OK
ForwardingEndpoint represents a destination where telemetry data can be forwarded. Endpoints are organization-scoped and identified by a unique slug. Self-service endpoints forward over HTTPS.