> For the complete documentation index, see [llms.txt](https://gopersonal.gitbook.io/calvin/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gopersonal.gitbook.io/calvin/user-guides/audit-logs/events.md).

# Events

All actions tracked in the audit log, grouped by area.

***

## Store

| Event         | Description                     |
| ------------- | ------------------------------- |
| Store Created | A new store was created         |
| Store Updated | Store configuration was changed |
| Store Deleted | A store was removed             |

## Team

| Event               | Description                      |
| ------------------- | -------------------------------- |
| Member Invited      | A new team member was invited    |
| Member Removed      | A team member was removed        |
| Member Role Changed | A team member's role was updated |

## Workspace

| Event                       | Description                                   |
| --------------------------- | --------------------------------------------- |
| Workspace Created           | A new workspace was created                   |
| Workspace Updated           | Workspace settings were modified              |
| Workspace Deleted           | A workspace was removed                       |
| Workspace MCPs Updated      | Workspace MCP server connections were changed |
| Workspace Knowledge Updated | Workspace knowledge sources were modified     |
| Workspace Agents Updated    | Workspace agent assignments were changed      |

## Chat

| Event                | Description                                        |
| -------------------- | -------------------------------------------------- |
| Chat Created         | A new chat was started                             |
| Chat Status Changed  | A chat's status was updated                        |
| Chat Mode Changed    | A chat's operating mode was switched               |
| Chat Transferred     | A chat was moved to a different workspace or agent |
| Chat Deleted         | A chat was removed                                 |
| Chat Cleared         | A chat's messages were cleared                     |
| Chat Closed          | A chat was closed                                  |
| Chat Cancelled       | A chat was cancelled                               |
| Chat Completed       | A chat was marked as complete                      |
| Chat Sprint Assigned | A chat was assigned to a sprint                    |
| Chat Branch Deleted  | A chat's associated code branch was deleted        |

## Sprint

| Event          | Description                  |
| -------------- | ---------------------------- |
| Sprint Created | A new sprint was created     |
| Sprint Updated | Sprint details were modified |
| Sprint Deleted | A sprint was removed         |

## Agent

| Event              | Description                               |
| ------------------ | ----------------------------------------- |
| Agent Created      | A new agent was configured                |
| Agent Updated      | Agent settings were modified              |
| Agent Deleted      | An agent was removed                      |
| Agent MCPs Updated | Agent MCP server connections were changed |

## Knowledge

| Event             | Description                      |
| ----------------- | -------------------------------- |
| Knowledge Created | A new knowledge source was added |
| Knowledge Updated | A knowledge source was modified  |
| Knowledge Deleted | A knowledge source was removed   |

## Artifact

| Event                  | Description                                    |
| ---------------------- | ---------------------------------------------- |
| Artifact Created       | A new artifact was generated                   |
| Artifact Shared        | An artifact was shared externally              |
| Artifact Share Revoked | An artifact's external share link was disabled |

## Version Control

| Event             | Description                     |
| ----------------- | ------------------------------- |
| Version Committed | Code changes were committed     |
| Version Changed   | The active version was switched |
| Branch Changed    | The active branch was switched  |

## Billing

| Event                        | Description                                 |
| ---------------------------- | ------------------------------------------- |
| Billing Account Created      | A new billing account was set up            |
| Billing Account Tier Changed | The billing plan was upgraded or downgraded |

## Infrastructure

| Event                  | Description                         |
| ---------------------- | ----------------------------------- |
| Database Provisioned   | A new database was created          |
| Database Deprovisioned | A database was removed              |
| File Uploaded          | A file was uploaded                 |
| Build Restarted        | The application build was restarted |
