# OutboxAuthor

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/api/src/docs-repo/outbox.service.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/docs-repo/outbox.service.ts#L9)

Who caused the content mutation an outbox event records. Travels INSIDE the event payload
(payload.author) — record()'s signature is unchanged — so the committer can credit a human
save as the git AUTHOR on the coalesced reconcile commit (S2.0 attribution).

## Properties

| Property | Type |
|---|---|
| `userId` | `string` |
| `type` | `'human' | 'generator' | 'agent'` |
