Create
Create mints an Edge (and its egress.connect entitlement) for an app. The Edge starts disabled.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
This API uses OAuth2 with the Client Credential flow. Client Credentials must be sent in the BODY, not the headers. For an example of how to implement this, refer to the c1TokenSource.Token() function.
Path Parameters
App identifier.
Body
EdgeServiceCreateRequest creates an Edge for an app. The new Edge starts disabled and denies every capability until enabled.
Display name for the Edge. Defaults to "Edge" when empty.
Response
EdgeServiceCreateResponse returns the newly minted Edge, including its capability entitlement id.
EdgeServiceCreateResponse returns the newly minted Edge, including its capability entitlement id.
Edge is one App-owned connection-routing configuration. It is the capability-neutral root for egress today and future LLM routing / credential-injection features; capability-specific config lands additively.