What are cookbooks?

Cookbooks are end-to-end, copy-pasteable recipes that solve a specific problem with Allternit. Each cookbook includes complete code, explains the design choices, and links to the relevant API reference.
All cookbooks use the Allternit SDK and assume you have an API key. See Quickstart if you haven’t set up yet.

Available cookbooks

Multi-Agent Orchestration

Coordinate multiple agents on a shared task with the CommRails communication protocol

Browser Automation

Automate web tasks with the Allternit Computer Interface (ACI)

RAG Pipeline

Build a retrieval-augmented generation pipeline with memory stores

CI/CD Integration

Run Gizzi Code in GitHub Actions, GitLab CI, and other pipelines

Conventions

Every cookbook follows this structure:
  1. Goal — What we’re building and why.
  2. Prerequisites — What you need before starting.
  3. Step-by-step — Implementation with complete code.
  4. Explanation — Why each step matters.
  5. Next steps — How to extend the recipe.