Initial Commit

slip slop
This commit is contained in:
Ian Keane 2026-06-09 15:07:08 -04:00
commit 064e672ab7
61 changed files with 3504 additions and 0 deletions

15
ain/base.ain Normal file
View file

@ -0,0 +1,15 @@
# ain/base.ain
# Shared host and auth header — included by every other template.
# Variables are loaded from the project root .env automatically when
# ain is run from the project root.
# See env.example for the full list of variables.
[Host]
${REPERTORY_HOST}
[Headers]
X-API-Key: ${API_KEY}
Content-Type: application/json
[Backend]
curl