Skip to content
HTMLtoSITE

Audit log — see who changed what, and when

Last updated: 2026-08-10

Short version — “Audit log” under My Page (/audit) shows your account's activity, newest first, and it's available on every plan, free included. Team-wide audit logs live under a separate tab on the Team page, and that one only opens up from the Team or Ultra plan.

At a glance

Time needed
About 2 min
Plan required
Free plan
Coding knowledge
None
Where to do it
Account

Step by step

  1. 1

    Check your account's activity under My Page › Audit log

    Open “Audit log” (/audit) under My Page and you'll see your account's activity, newest first — logins, site publishes, billing changes, all of it. Say you run Momo Coffee: publishing that site or changing your password shows up here. You can narrow it down by category (site, security, auth, billing, account, admin, team), and this screen works the same on every plan, free included — it's never gated.

    The Audit log screen — who did what and when, newest first, with category filters
    Publishes, domain connections, sign-ins and plan changes each leave a row.
  2. 2

    Export it as CSV when you need to

    Click “Export CSV” above the list and it downloads audit-log.csv with whatever category filter you currently have set. Each row carries timestamp, action, actor, target type, target, and detail. Unlike the labels on screen, the action column keeps the raw code (like site.publish) — built for scripts to parse, not for reading.

    My Page › Audit log · Export CSV
    Export button Export CSV
    File name audit-log.csv
    Columns timestamp · action code · actor · target type · target · detail
    Filter applied Whatever category is selected
  3. 3

    Team-wide audit logs need the Team or Ultra plan

    /audit only covers your personal account. Move Momo Coffee into a team and run it with other members, and there's a separate “Audit log” tab on the Team page for team-wide activity — member invites, role changes, that sort of thing. Only admins and above can open that tab, and it only shows up when the team's owning account is on the Team or Ultra plan — teams on Free, Starter, Advanced, or Expert never see the tab at all. That's a completely separate restriction from the personal log, which stays free on every plan.

    Team › Audit log
    Plan restriction Team and Ultra only
    Who can view Admin and above
    Entry Member invited · Momo Coffee
    Free / Starter / Advanced / Expert Tab doesn't appear
  4. 4

    Entries only ever accumulate, and names stay exactly as recorded

    There's no way to edit or delete an entry — the audit log is append-only, so even a mistaken entry stays (deleting the whole account is the only thing that clears it). The actor and target names stored in each entry are a snapshot from that exact moment. Rename Momo Coffee to Momo Coffee 2 later, or delete the site entirely, and the old entries still say “Momo Coffee” — that's the point, preserving what things looked like at the time.

    My Page › Audit log · Entry detail
    Edit / delete Not possible — append-only
    Recorded name Momo Coffee (as of that entry)
    Current site name Momo Coffee 2 (renamed since)
    Shown as Still “Momo Coffee” in the log

Frequently asked questions

Is the personal audit log paid too?

No — the personal audit log (/audit) is available on every plan, free included.

Which plan unlocks the team audit log?

Team or Ultra. Below that, the audit log tab doesn't even appear on the Team page.

Can I export entries as CSV?

Yes — click “Export CSV” on the personal audit log screen, and it exports with your current category filter applied.

Can I edit or delete an entry?

No. The log is append-only — there's no edit or delete for entries.

If I rename a member later, does the old log update too?

No. Each entry keeps a snapshot of the name at the time it was recorded, so renaming or deleting the site or member later doesn't change what's already in the log.

Trying it is faster than reading about it — paste your HTML now.