Overview
Fields in the Engine represents building blocks for the dynamic UI. Each field object represents an UI input component.
Each field will contain the following key attributes that will help Engine parse it into the variables.
{
"name": "claudeApiKey",
"type": "apikey",
"label": "Claude API key",
}
name represents the key in which this field targets for parsing and substitution into
the variables
type represents the field type. This dictates how the field is rendered
label represents the text title when rendered via the UI.
List of all fields
These are the commonly used fields.