# Keyless setup

{% hint style="warning" %}
Normally we don't support permanent keyless setups, as it is abuse of our service. Accounts that dont make any API-requests to the validation endpoints within 1 month will get deleted automatically!
{% endhint %}

{% stepper %}
{% step %}

### Create dummy service

The keysystem is supposed to have a service per script, that's why you normally need a service and tick keyless mode:<img src="/files/IaAQvHHxrXApGDC32Fyo" alt="" data-size="original">
{% endstep %}

{% step %}

### getgenv().SCRIPT\_KEY requirement

Normally it is required to pass a script key to the script to run it. In keyless mode every key is valid. That's why you add a dummy key in front of your loadstring. Do one of those:

1. Add getgenv().SCRIPT\_KEY = "KEYLESS" in front of the loadstring:![](/files/0CHRCzA5m0jvx86cZZCl)
2. Add getgenv().SCRIPT\_KEY = "KEYLESS" in the UI-Code:![](/files/5EjGjKKrTWB6qwfhfFyA)
   {% endstep %}
   {% endstepper %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.jnkie.com/roblox-sdk/keyless-setup.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
