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:- Goal — What we’re building and why.
- Prerequisites — What you need before starting.
- Step-by-step — Implementation with complete code.
- Explanation — Why each step matters.
- Next steps — How to extend the recipe.