> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kazzle.com/llms.txt
> Use this file to discover all available pages before exploring further.

# スペース

> スペースに含まれるもの、およびすべてがどのように接続されているかについて。

スペースは Kazzle のワークスペースです。構築、閲覧、管理するすべてのものが 1 つのスペース内に存在します。

## スペースに含まれるもの

| リソース        | 説明                                                   |
| ----------- | ---------------------------------------------------- |
| Drive       | 統合ファイルシステム: アプリ、接続されたリポジトリ、ファイル、フォルダ、マウント            |
| Computer    | シェル、ファイル、git を備えた永続的なクラウドマシン - オンデマンドで作成、スペースごとに 1 つ |
| Browser     | Kazzle アプリの組み込みブラウザ、および自動化用のオプションのクラウドブラウザセッション      |
| Databases   | Postgres インスタンス、オンデマンドで作成                            |
| Vault       | 認証情報と API キー用の暗号化シークレットストア                           |
| Automations | AI スレッドを実行するスケジュール済みまたは単発のジョブ                        |
| Hosting     | アプリを公開するときのクラウドデプロイメント                               |

Drive、Vault、ファイルストレージはスペースを作成した時点で利用可能です。AI はワークに必要に応じてコンピュータ、ブラウザ、データベースを作成します。

## 全体の構成

```text theme={"theme":"material-theme-darker"}
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)
```

すべてが接続されています。AI は Drive を読み取り、コンピュータでコマンドを実行し、ウェブを閲覧し、データベースをクエリし、アプリをデプロイできます。すべて 1 つの会話から実行できます。
