Apikey
The Apikey field renders as a normal Text Field but with differentiated types allowing downstream consumers to populate with values.
This is mainly used for entering LLM service apikeys
{
"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.