Agents, skills, memory, connector config and triggers are all text in one repo. Not settings in someone else’s database — files you own.
- kortix.yaml declares the machine image, the connectors and the triggers
- Agents and skills are markdown; memory is files that accumulate
- grep the whole company, diff any change, roll any part of it back
Source of truth
One git repo holds the whole company.
kortix_version: 2default_agent: kortixagents: kortix: connectors: all secrets: all skills: all invoice-clerk: connectors: [gmail-read] skills: [reconcile-invoices]