Skip to main content
A space is your workspace in Kazzle. Everything you build, browse, and manage lives inside one.

What a space includes

ResourceWhat it is
DriveUnified filesystem: apps, connected repositories, files, folders, mounts
ComputerPersistent cloud machine with shell, files, and git - created on demand, one per space
BrowserBuilt-in browser in the Kazzle app, plus optional cloud browser sessions for automation
DatabasesPostgres instances, created on demand
VaultEncrypted secrets store for credentials and API keys
AutomationsScheduled or one-off jobs that run AI threads
HostingCloud deployments when you publish an app
Drive, vault, and file storage are ready the moment you create a space. The AI creates computers, browsers, and databases when your work needs them.

How it fits together

Space
├── Drive
│   ├── Apps (UI + process + skill parts)
│   ├── Connected repositories (git-backed mounts)
│   ├── Files and folders
│   └── Mounts (local folders)
├── Computer (persistent cloud machine, on demand)
│   └── Shell, files, git
├── Browser (built-in, plus cloud sessions)
├── Databases (Postgres, on-demand)
├── Vault (encrypted secrets)
└── Automations (scheduled jobs)
Everything is connected. The AI can read your Drive, run commands on the computer, browse the web, query your database, and deploy your app - all from a single conversation.