← Back to OOF

OOF for Developers

OOF is designed for developers who want agentic building inside Roblox Studio with strong safety boundaries (tier gating + signed licenses + localhost-only plugin bridge).

Desktop API

GET  /api/agent/status
POST /api/agent/message
POST /api/agent/autopilot
POST /api/agent/clear
POST /api/license/activate
GET  /api/license/status
    

Bridge API (Studio Plugin ↔ Desktop)

GET  http://127.0.0.1:3001/api/studio/status
POST http://127.0.0.1:3001/api/studio/connect
POST http://127.0.0.1:3001/api/studio/heartbeat
GET  http://127.0.0.1:3001/api/studio/poll-long
POST http://127.0.0.1:3001/api/studio/object/create
POST http://127.0.0.1:3001/api/studio/script/create
POST http://127.0.0.1:3001/api/studio/hierarchy
    
Security notes
Open OOF Documentation