Playbook generator
Build an Anything CLI playbook and bindings step by step. Start from a simple example, customize entities and
sources, then download a zip ready to drop into ag-cli/playbooks and ag-cli/bindings.
1. Playbook basics
Give your playbook an id (used in filenames) and a short description.
2. Entities
Define business concepts agents can talk about. Each entity needs an id field, optional data fields, and a source key (becomes the binding filename suffix).
3. Relationships
Connect entities (for example, a user owns accounts). Add a link column used in bindings.
4. Access rules (optional)
Limit what the subject entity can read via relationships. Skip if you do not need ReBAC yet.
5. Bindings
One binding YAML per source key. Map each entity to a table or file and set the profile
source_id.
6. Review & download
Preview generated files, then download the zip.