PopularBYOK
Bring your own key. Same Codiev brain.
Choose BYOK- Full multi-agent desktop
- You pay the model provider
- Key stays on your machine
- Free trial, email only

Specialized agents plan, write, and review Luau together, so you ship a running game, not another chat thread.

Compatible with all major LLM providers
Codiev agents work alongside your codebase. Plan, write, and review changes in context.
Turns a game goal into remotes, ModuleScripts, and dataflow before anyone writes a line.
CombatController.luau
local Players = game:GetService("Players")
local RunService = game:GetService("RunService")
local CombatController = {}
CombatController.__index = CombatController
function CombatController.new(player)
local self = setmetatable({}, CombatController)
self.player = player
self.state = "Idle"
return self
end
function CombatController:Start()
self.connection = RunService.Heartbeat:Connect(function(dt)
self:Update(dt)
end)
endCodiev is a multi-agent Roblox IDE. The desktop client is open source so you can verify what it does with your provider keys and your place files.
We do not store BYOK keys on our servers. We do not collect telemetry from your game. We do not train on your Luau. The multi-agent brain stays proprietary. The app that holds your secrets does not.
Questions about the model? Read how signup works.
Pricing
Both unlock the same desktop brain. Pick how you want to pay for the seat.
PopularBring your own key. Same Codiev brain.
Choose BYOK
Same unlock, Codiev-billed seat.
Choose ProCreate an account or sign in first. Then Stripe checkout unlocks the desktop brain.