Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Creates a new encrypted environment variable for the authenticated user. Keys are automatically converted to uppercase. Values are encrypted before storage. There is a limit on the total number of environment variables per user.
CLI Usage: vast create env-var KEY VALUE
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.