Store Roblox credentials for a game
set_project_credentialsSet an Open Cloud API key or .ROBLOSECURITY cookie for a game to enable thumbnail management and publishing. Clear a credential by passing an empty string.
Instructions
Attach an Open Cloud API key and/or a .ROBLOSECURITY cookie to a game — the two things check_permissions reports missing. The key unlocks analytics; the cookie unlocks uploading, deleting and swapping the live set. Both are stored encrypted and never read back. Pass an empty string to clear one: clearing the cookie reverts the game to the shared default account. Owner only. Do not invent these values — they come from the user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game | Yes | Game name or universe id. | |
| openCloudKey | No | Roblox Open Cloud API key, minted by whoever owns the experience. Empty string removes it. | |
| robloSecurity | No | .ROBLOSECURITY cookie for an account that can edit this game. Empty string reverts to the default account. |