RG_LIVE Callable Routes
| Route | Method | Auth | Purpose |
|---|---|---|---|
/api/keys/create | POST | x-api-key or Authorization: Bearer or apiKey in body | Create a key for a specific script |
/api/keys/verify | POST | x-api-key or Authorization: Bearer | Validate a key for a specific script |
Auth Rules
- API key must belong to the same
scriptIdinscript_api_keys. - If key and script do not match, API returns
401.