File "/../.venv/lib/python3.14/site-packages/pydantic/main.py", line 263, in __init__
validated_self = self.__pydantic_validator__.validate_python(data, self_instance=self)
pydantic_core._pydantic_core.ValidationError: 1 validation error for PlatformSettings
Value error, Invalid access token: expected JWT with at least 2 dot-separated parts [type=value_error, input_value={'UIPATH_ACCESS_TOKEN': '...'}, input_type=dict]
For further information visit https://errors.pydantic.dev/2.13/v/value_error
The problem is at this line.
A UiPath Coded Agent can also work with reference tokens:
rt_123....Please fix the validation