Skip to content

RECIPES

Build something that keeps working

The quickstart gets you a governed run. A recipe gets you an agent that is still doing useful work next Tuesday, without you.

Every recipe on this page is a real transcript.

Each recipe assumes you finished Build a governed AI application: you have the CLI, an organization, and an Enclave running on a machine you control.

  • The financial analyst clone →

    A folder on your own disk that is the agent's memory, a plan that adds to it on a schedule, and a weekly memo written by a model using a prompt EKKA never reads. Start here if you want to see what "your data, your machine" means in commands.

What every recipe has in common

  • Your infrastructure. The Enclave runs on your machine. Your files, your credentials and your model output never pass through EKKA.
  • Declared permissions. The agent lists what it wants before it runs, and a plan asking for anything outside that list is refused when you save it.
  • A receipt per step. Signed, hash-linked, and checkable offline with ekka receipts verify.
  • Stated limits. Each recipe ends with a Limits section: what is true about the path it just taught.