Activity History
Once several people share an organization, you need to know who changed what. Nairi now keeps an activity history for your org's configuration, and shows it to you.
What's recorded
Create, edit, and delete events across the things you configure — agents, rules, skills, MCP tools, automations, vaults and secrets, API keys, environment variables, invites, and members. Each entry captures:
- Who did it — a teammate, an API key, a scheduled job, or the system.
- What changed — the field, with its before and after values (for example, an agent renamed from
old-nametonew-name). - When — a timestamp, newest first.
Where you see it
A History section appears on the detail pages for the entities it tracks, so you can read an agent's or a vault's change log in context. Load older entries a page at a time.
Actions taken from chat and scheduled jobs are attributed too, so a change made by an agent on someone's behalf still shows who set it in motion. If you drive Nairi from code, the same history is available on the API at GET /organization/audit-events, filterable by entity and paginated.