meta { name: api-setEnvVar-without-persist type: http seq: 1 } get { url: {{host}}/ping body: none auth: none } script:pre-request { bru.setEnvVar("token", "secret"); }