Reference

Features

Exhaustive surface list for humans and external analysis. Kodex pairs a web app with a Roblox Studio plugin; Studio is the main builder, dashboard is supporting tooling.

Main documentation · Live store & checkout

Highlights

Differentiators versus generic AI chat: Animation Lab (R15 motion, timeline-style work, export paths the plugin consumes), live Explorer sync, mirrored Studio Output with context chips, structured apply (diffs, accept/reject, Implement to Studio, undo where supported), sessions & collaboration, BYOK on eligible plans, token metering, and viewport / GUI previews tied to place state when enabled.

For external audits

This page is the canonical public inventory. If a capability is not listed here, treat it as undocumented or environment-specific until confirmed in-app or by the team.

What Kodex AI does

AI runs in Kodex Studio and related surfaces. Modes and affordances can evolve; this list reflects the intended product shape.

Chat modes

  • Ask - Roblox + Kodex help, onboarding, shorter answers; fewer tokens than Agent for Q&A.
  • Plan - ordered steps you can execute one by one; can feed Agent prompts per step.
  • Agent - emits structured change payloads (JSON) the plugin applies; primary path for building or editing the game.
  • Animate / motion flows - where enabled, generates or edits motion with lab constraints and export hooks (R15-focused tooling in Animation Lab).

Code & instances

  • Create, update, move, and delete scripts and instances via structured changes.
  • Request script source from Studio; open scripts from Explorer into tabs.
  • @mentions and Explorer selections as chat context so the model sees real paths and names.
  • Diff reviews for risky updates; accept/reject; Implement / save to Studio.
  • Undo / revert flows where the product and plugin support them.
  • GUI / ScreenGui style generation and previews when the pipeline exposes them.
  • Toolbox / Creator Store asset insert flows when the Library UI is in play (pick-then-confirm patterns).

Context & memory

  • Explorer tree synced from Studio when paired.
  • Output panel mirrors Studio output; attach lines into chat when chips are offered.
  • Memories and history on dashboard surfaces for reusable context.
  • Shared sessions: owner context, invites, collaborator awareness when enabled.

Models & keys

  • Model picker with Kodex-hosted models and BYOK-backed models where the plan allows.
  • BYOK keys managed in settings; usage rules depend on plan and provider.
  • Token balance and metering UI in Studio and store.

Public pages

  • Landing / marketing home (/)
  • Documentation: /docs, /docs/features (this page)
  • Waitlist / access gates: /waitlist (and feature preview routes under /waitlist/feature-preview when used)
  • Legal: /terms, /privacy
  • Connect: /connect (signed in to complete pairing)
  • Auth routes: /auth/login, callback, confirm, verified, reset-password, onboarding, choose workspace where applicable
  • Custom not-found (404)
  • /banned - only when the account is suspended (otherwise redirects away)

Auth & account

  • Email sign-in and sign-up; session cookie shared with the web app.
  • Discord OAuth where enabled.
  • OAuth callback and return URL handling.
  • Email verification, password reset, and confirm flows.
  • Onboarding wizard after first sign-in when shown.
  • Profile email / identity updates where exposed.
  • Sign out; account deletion where exposed in settings.

Plugin & connect

  • Install from Roblox Creator Store (Kodex listing); AiApiPlugin in Studio.
  • Pair code format like XXXX-XX; paste on /connect while signed in.
  • Connection status, revoke, reconnect.
  • Plugin HTTP surface (high level): pair, pending commands, explorer sync, output, prompts, scripts, animation / save flows as implemented per version.
  • Multi-step plans with execute-per-step; undo / revert where supported.

Kodex Studio (/studio)

  • Top bar: File / View, layout reset, reload, branding.
  • Themes: Default, Midnight, Classic, VS-style variants as shipped.
  • Explorer dock: resize, sync from Studio, open scripts.
  • Game / viewport preview when enabled.
  • Output panel: Lua run, clear, height resize, mirror from Studio.
  • Chat: models, agent modes, context from output and Explorer, attachments, image flows where offered.
  • Script editor: diff, create, apply to Studio, version history where enabled.
  • Animation Lab: R15 lab preview, keyframes, export aligned with plugin.
  • Tabs: drag reorder; embedded store or dashboard in tabs when opened.
  • Fullscreen (e.g. F11).
  • Sessions: collaborators, invites, change awareness.
  • Connect overlay when not paired.
  • Notifications bell.
  • Profile dropdown: store, support modal, admin entry if role, sign out.
  • Embed mode for Studio-hosted tabs (?embed=1).
  • Layout persistence: local and server sync as implemented.

Dashboard (/dashboard…)

Supporting tools; Studio remains the main builder.

  • Dashboard home hub.
  • Standalone chat.
  • History and memories.
  • Web Explorer.
  • Sessions and connections (friends / invites).
  • Profile and settings (BYOK, preferences, AI chat settings).
  • Billing portal entry.
  • Referral codes and rewards when the program is active.
  • Store, checkout, thank-you, gifts.
  • Live actions surface where enabled.
  • Admin console when role-gated (hidden for non-admins in production builds).

Pricing & store

Prices below match the dashboard store UI as of this writing; Stripe is the processor. Regional taxes or promos may change checkout totals.

Subscription plans (monthly, USD)

PlanPriceNotes
Free$0Entry tier; token grants and limits per product settings.
Standard (BYOK-focused)$12.99 / moBYOK-oriented feature set on the store card.
Pro$14.99 / moRecommended tier in-store when shown.
Premium$29.99 / moHigher limits / premium positioning per store copy.
Enterprise$49.99 / moTop published tier on the store grid.

Token packs (USD, one-time)

PackTokensPrice
Mini200$2.99
Starter500$6.99
Pro pack2,000$19.99
Premium pack (best value in UI)5,000$39.99

Custom token amount on the store uses the same per-token rate as the Premium pack (derived from $39.99 / 5,000 tokens). Card checkout enforces Stripe minimum charge rules.

  • Gift tokens or gift plans to another user when enabled.
  • Payment history and Stripe customer portal from billing entry points.
  • Webhooks server-side for Stripe events.

Profile & cosmetics

  • Title badges, equipped titles, catalog.
  • Avatar frames and name effects (cosmetic slots).
  • Usage metering display.
  • Notifications API: read and clear.

Support & legal

Admin (role-gated)

  • User search, ban / unban, credits, impersonation flows where implemented.
  • Subscription overrides, delete user, notes, prompt logs.
  • Revoke plugin tokens, quota reset, bulk credits.
  • Announcements, maintenance and private beta toggles.
  • Audit, stats, settings, ticket tooling for staff.

API (server) buckets

  • /api/auth/*
  • /api/plugin/*
  • /api/dashboard/*
  • /api/store/*
  • /api/admin/*
  • /api/support/*
  • /api/notifications
  • /api/referral*
  • /api/webhooks/stripe
  • /api/site-access/*, /api/announcements, maintenance / beta state endpoints
  • /api/roblox/asset and related asset helpers

Route map

RoutePurpose
/Marketing home
/docsMain docs
/docs/featuresThis feature index
/studioPrimary builder
/dashboard/*Store, settings, history, sessions, admin, …