roblox-open-cloud
Installation
SKILL.md
roblox-open-cloud
Official sources (always check these for the latest):
- https://create.roblox.com/docs/en-us/cloud (API reference index)
- https://create.roblox.com/docs/en-us/cloud/auth/api-keys (API key management)
- https://create.roblox.com/docs/cloud/auth/oauth2-overview (OAuth 2.0)
- https://create.roblox.com/docs/en-us/cloud-services/http-service (in-experience calls)
- https://create.roblox.com/docs/en-us/cloud/reference/rate-limits
- https://create.roblox.com/docs/en-us/cloud/webhooks/webhook-notifications
Open Cloud is the REST API surface for Roblox resources. It lets you build command-line tools, web apps, CI/CD pipelines, scheduled jobs, and external automation that read and write the same resources your live game servers use — without spinning up a game server.
Cross-reference:
- roblox-datastores/SKILL.md — in-engine DataStore API; Open Cloud Data Stores is the external counterpart.
- roblox-gamepasses/SKILL.md — game passes, developer products, and subscriptions also have Open Cloud management endpoints.
- roblox-networking/SKILL.md — for in-experience HTTP via
HttpServiceand the security model around outbound requests. - roblox-core/SKILL.md — services,
HttpService, script contexts.