Skip to main content
POST
Create a component

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required

The component name.

lmx
string
required

The component body as an LMX string.

Response

Component created.

id
string
required

The ID of the component.

name
string
required

The name of the component.

lmx
string
required

The component body serialized as LMX.

Last modified on July 20, 2026