# JIGGAI Docs > Project documentation for ClawRecipes and ClawKitchen ## Docs - [Introduction](https://docs.clawkitchen.ai/api-reference/introduction.md): Example section for showcasing API endpoints - [Agents](https://docs.clawkitchen.ai/clawkitchen/agents.md): The ClawKitchen home page is effectively the installed-agents dashboard for the current machine. - [Channels and bindings](https://docs.clawkitchen.ai/clawkitchen/channels.md): A channel binding tells OpenClaw how to connect a messaging surface to your runtime. - [Cron jobs](https://docs.clawkitchen.ai/clawkitchen/cron-jobs.md): ClawKitchen's Cron Jobs page focuses on **recipe-installed cron jobs**. - [Practical examples](https://docs.clawkitchen.ai/clawkitchen/examples.md): A common first use of ClawKitchen is turning a bundled recipe into a real working team. - [Goals](https://docs.clawkitchen.ai/clawkitchen/goals.md): Goals are the durable intent layer in ClawKitchen. - [ClawKitchen](https://docs.clawkitchen.ai/clawkitchen/index.md): ClawKitchen is the local control panel for ClawRecipes-powered teams, agents, workflows, runs, tickets, and operational state. - [Install and access](https://docs.clawkitchen.ai/clawkitchen/install-and-access.md): ClawKitchen runs as an OpenClaw plugin. - [Media Generation Setup](https://docs.clawkitchen.ai/clawkitchen/media-generation.md): This guide covers how to set up image and video generation providers in ClawKitchen workflows, and how to create your own media drivers. - [Orchestrator and advanced operations](https://docs.clawkitchen.ai/clawkitchen/orchestrator.md): The Orchestrator panel is an advanced operational surface for swarm or orchestrator-style team setups. - [Product tour](https://docs.clawkitchen.ai/clawkitchen/product-tour.md): ClawKitchen makes the most sense when you think of it as an operator dashboard made of a few clear surfaces rather than one giant app page. - [QA / auth](https://docs.clawkitchen.ai/clawkitchen/qa-auth.md): ClawKitchen can be protected by HTTP Basic auth when it is bound to a non-localhost host such as a Tailscale or LAN-accessible address. - [Recipes and scaffolding](https://docs.clawkitchen.ai/clawkitchen/recipes-and-scaffolding.md): The Recipes page is where reusable definitions become real agents and teams on your machine. - [Runs](https://docs.clawkitchen.ai/clawkitchen/runs.md): Runs are where workflows stop being definitions and start being operational history. - [Settings](https://docs.clawkitchen.ai/clawkitchen/settings.md): The current Settings page in ClawKitchen is intentionally narrow. - [Team Memory Management](https://docs.clawkitchen.ai/clawkitchen/team-memory.md): ClawKitchen provides comprehensive team memory management through a dedicated interface for organizing, editing, and maintaining shared team knowledge. This system ensures consiste - [Teams](https://docs.clawkitchen.ai/clawkitchen/teams.md): The Team editor is the main operating surface for a scaffolded team. - [Tickets](https://docs.clawkitchen.ai/clawkitchen/tickets.md): Tickets in ClawKitchen are file-backed work items for a team. - [Troubleshooting](https://docs.clawkitchen.ai/clawkitchen/troubleshooting.md): ClawKitchen reflects live runtime and file-backed state. - [Workflow Visual Editor](https://docs.clawkitchen.ai/clawkitchen/workflow-visual-editor.md): ClawKitchen's workflow visual editor is the primary interface for creating, editing, and managing team workflows. It provides a drag-and-drop interface for building complex automat - [Workflows](https://docs.clawkitchen.ai/clawkitchen/workflows.md): ClawKitchen's workflow system provides a complete visual interface for creating, managing, and operating automation workflows. Built on the file-first ClawRecipes foundation, it co - [Agents and skills](https://docs.clawkitchen.ai/clawrecipes/agents-and-skills.md): This doc explains the practical mental model behind agents, teams, tools, and skills in ClawRecipes. - [Architecture](https://docs.clawkitchen.ai/clawrecipes/architecture.md): Overview of the ClawRecipes codebase for maintainers. - [Bundled recipes](https://docs.clawkitchen.ai/clawrecipes/bundled-recipes.md): ClawRecipes ships with bundled recipes in: - [ClawKitchen and ClawRecipes](https://docs.clawkitchen.ai/clawrecipes/clawcipes-kitchen.md): ClawKitchen is the UI companion for ClawRecipes. - [ClawRecipes command reference](https://docs.clawkitchen.ai/clawrecipes/commands.md): All commands are under: - [ClawRecipes](https://docs.clawkitchen.ai/clawrecipes/index.md): ClawRecipes turns repeatable agent setups into reusable recipes so teams can scaffold systems, not rebuild them from scratch every time. - [Installation](https://docs.clawkitchen.ai/clawrecipes/installation.md): This repo is an **OpenClaw plugin**. After install, its commands show up under: - [Media Drivers (ClawRecipes)](https://docs.clawkitchen.ai/clawrecipes/media-drivers.md): ClawRecipes implements media generation via a **driver architecture**. Drivers are used by the workflow worker when executing `media-image`, `media-video`, and `media-audio` nodes. - [Media Generation](https://docs.clawkitchen.ai/clawrecipes/media-generation.md): ClawRecipes supports AI-powered image, video, and audio generation through a driver-based architecture. This runtime-focused guide covers setup, configuration, and troubleshooting. - [Memory Model (Assistant vs Team vs Role)](https://docs.clawkitchen.ai/clawrecipes/memory-model.md): This project uses a **file-first** memory model with clear boundaries so we get: - continuity where it’s safe (assistant-local) - shared coordination where it’s needed (team worksp - [Memory System](https://docs.clawkitchen.ai/clawrecipes/memory-system.md): This document explains the ClawRecipes memory system in practical terms, especially as it appears in the team editor. - [Outbound posting for workflows](https://docs.clawkitchen.ai/clawrecipes/outbound-posting.md): If you want ClawRecipes workflows to actually publish content, read this doc. - [Recipe format](https://docs.clawkitchen.ai/clawrecipes/recipe-format.md): ClawRecipes recipes are Markdown files with YAML frontmatter. - [Shared context conventions (team workspaces)](https://docs.clawkitchen.ai/clawrecipes/shared-context.md): This is a **file-first** coordination convention for scaffolded teams. - [Swarm Orchestrator](https://docs.clawkitchen.ai/clawrecipes/swarm-orchestrator.md): This document explains what the **Swarm Orchestrator** is, when to use it, and how to work with it from the team editor. - [Team workflow](https://docs.clawkitchen.ai/clawrecipes/team-workflow.md): This is the practical guide to how a ClawRecipes team is meant to work. - [Template Variables](https://docs.clawkitchen.ai/clawrecipes/template-variables.md): ClawRecipes supports powerful template variable substitution for workflow prompts, file paths, and content. Variables use double-brace syntax: `{{variable.name}}`. - [Tutorial: create your first recipe](https://docs.clawkitchen.ai/clawrecipes/tutorial-create-recipe.md): This tutorial shows how to create a simple **team recipe** from scratch. - [Verify built-in team recipes (scaffold + cron jobs)](https://docs.clawkitchen.ai/clawrecipes/verify-built-in-team-recipes.md): This checklist verifies that each built-in **team** recipe scaffolds correctly and that any recipe-defined cron jobs reconcile safely. - [Workflow Approvals](https://docs.clawkitchen.ai/clawrecipes/workflow-approvals.md): Human approval nodes (`human_approval`) pause workflow execution for manual review. This document covers the runtime behavior, state management, and approval flow. - [Workflow examples](https://docs.clawkitchen.ai/clawrecipes/workflow-examples.md): This document gives you copyable workflow patterns for ClawRecipes. - [Workflow Node Reference (ClawRecipes)](https://docs.clawkitchen.ai/clawrecipes/workflow-nodes.md): This document is the **runtime** reference for workflow node configuration in ClawRecipes. - [Workflow runs: file-first guide](https://docs.clawkitchen.ai/clawrecipes/workflow-runs-file-first.md): This document explains how ClawRecipes workflows work in practice. - [JIGGAI Docs](https://docs.clawkitchen.ai/index.md): Documentation for ClawRecipes, ClawKitchen, and related JIGGAI products. ## OpenAPI Specs - [openapi](https://docs.clawkitchen.ai/api-reference/openapi.json) ## Optional - [ClawRecipes repo](https://github.com/JIGGAI/ClawRecipes) - [ClawKitchen repo](https://github.com/JIGGAI/ClawKitchen)