> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nexveil.net/llms.txt
> Use this file to discover all available pages before exploring further.

# Runtime Variables

> The backend automatically sets global variables after successful key validation, which you may use to modify the behavior of your script according to key properties.

<ResponseField name="NXV_DISCORDID" type="string">
  contains the linked discord id of the key
</ResponseField>

<ResponseField name="NXV_ScriptName" type="string" default="Unknown">
  name of the script
</ResponseField>

<ResponseField name="NXV_ScriptVersion" type="string" default="1.0.0">
  script version
</ResponseField>

<ResponseField name="NXV_KeyNote" type="string">
  contains the note of the key, e.g "Ad Reward" or "premium" or wtv
</ResponseField>

<ResponseField name="NXV_TimeLeft" type="number">
  returns left time of the key in seconds
</ResponseField>

<ResponseField name="NXV_ExpiresAt" type="number">
  returns expiry of the key
</ResponseField>

<ResponseField name="NXV_IsLifetime" type="boolean">
  returns if the key is lifetime or not
</ResponseField>

<ResponseField name="NXV_TotalExecutions" type="number">
  Returns the Total Executions of the Key
</ResponseField>
