create_endpoint
Create an endpoint under a line. Defaults to immediate publish; draft mode requires draftRevision. scheduledAt stages the line draft then schedules it. Requires edit access.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lineKey | Yes | The line key to create the endpoint under. | |
| endpoint | Yes | An EchoRelay endpoint. Round-trips with the JSON returned by get_endpoint. | |
| commitMode | No | Defaults to publish. Draft writes require draftRevision. | |
| scheduledAt | No | Compatibility alias: stage this endpoint in its line draft then schedule that line. | |
| draftRevision | No | Current line draft revision, required for draft writes. |