Quickstart | Kamiwaza Docs

Getting Started with Kamiwaza 1.0.1

This is documentation for Kamiwaza 1.0.1, which is no longer actively maintained. Use this guide after installing Kamiwaza. It is intended for single-user deployments and administrators who are preparing for a broader rollout.

Before You Start

Make sure you have:

This guide assumes the cluster is already installed. Current Kamiwaza deployments are Kubernetes-based in both full and lite modes.

1. Confirm the Kubernetes Deployment Is Healthy

Kamiwaza currently ships in two Kubernetes deployment modes:

After deployment, confirm the core workloads are running:

kubectl get pods -n kamiwaza

Then confirm you can reach your environment entry points. Common endpoints include:

If the UI does not load cleanly or core pods are not healthy, pause here and review Help & Fixes and Observability before moving on.

2. Validate Administrator and End-User Access

Use at least:

Create or confirm these accounts through the user-management flow available in your deployment.

In lite mode, make sure the locally configured authentication path works for both administrator and standard-user access as well. In full mode, make sure the same is true for your configured Keycloak or identity-provider flow.

For user lifecycle details, role definitions, and Keycloak administration, see the Administrator Guide.

3. Validate Authentication and Session Defaults

Before inviting broader users, confirm the environment matches your security posture:

Use these references while validating the environment:

4. Configure Workroom Storage

If users will upload files, preserve workroom context, or use the Skills Library, object storage must be available before release validation. Without it, common extension workflows fail or behave inconsistently.

Default self-managed installs (the rook-rgw storage lane) provision in-cluster object storage automatically — no configuration is needed here. Follow AWS S3 Workroom Storage only when workroom content must live in external AWS S3.

When this step is complete, validate that:

5. Verify Observability and Deployment Logs

Before you validate extensions, make sure administrators can see enough telemetry to diagnose failures quickly.

Check:

Use the Observability guide to verify logger-service coverage and cluster logging expectations.

6. Deploy a Validation Model

Use a small, known-good model that matches your hardware profile and is easy to redeploy during validation.

Recommended validation flow:

  1. Open Models in the Kamiwaza UI.
  2. Search for a model appropriate for your hardware profile.
  3. Download the exact artifact you plan to validate.
  4. Deploy the model and wait for the deployment to report healthy status.
  5. Record the model name, engine, and deployment details in your release notes or validation log.

If you need help choosing or deploying a model, use:

7. Validate an End-User Workflow

Once the platform is up, validate at least one end-to-end end-user path instead of stopping at infrastructure checks.

Validate Kaizen

  1. Deploy Kaizen from App Garden.
  2. Open the app and create a test agent.
  3. Attach at least one skill or tool relevant to your environment.
  4. Run a conversation that exercises file upload, tool use, or document generation.

Reference: Kaizen User Guide

Validate Workroom Manager

Version note: This version supports launching Kaizen inside a workroom context and enforcing basic role-aware writes, but the full non-global shared-workroom Kaizen contract described elsewhere in the docs may depend on a later patch or feature build.

  1. Deploy Workroom Manager from App Garden.
  2. Create a workroom with a title, classification banner, and optional labels.
  3. Decide whether the workroom should be persistent or temporary.
  4. Launch Kaizen from inside the workroom and confirm the app opens successfully.
  5. If sharing is enabled in your environment, add at least one Contributor and one Viewer.
  6. If your deployed Kaizen build includes shared non-global workroom conversations, verify the Contributor can see the same workroom agents and conversation history, add a later turn, and retain acting-user attribution on that turn.
  7. Verify the Global Workroom still preserves personal Kaizen visibility instead of cross-user sharing.

Reference: Workroom Manager User Guide

8. Capture Readiness Evidence

Before calling the environment ready, record what was actually validated.

Suggested checklist:

Next Steps

After this quickstart, most teams move into these guides: