Added

Built-in time variables

We’ve added a set of built-in time variables that make it easier to access and use time within your agents—no external API calls or workarounds required. Perfect for agents that depend on current or relative time inputs.

Variable nameDescriptionExample
vf_nowThe current date and time formatted in a human-readable way. You can modify the timezone in project settings.Jan 1, 2025, 16:37
vf_dateThe current date formatted in a human-readable way.Jan 1, 2025
vf_timeThe current time formatted in a human-readable way.16:37
vf_monthThe current month.January
vf_dayThe current day of the month.1
vf_yearThe current year.2025
vf_user_timezoneThe user's timezone in the format. If unavailable, defaults to the project's timezone.America/Toronto

Project timezone can be set in project/behaviour settings: