> 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 |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://gopersonal.gitbook.io/calvin/user-guides/audit-logs/events.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
