# TrackUsageParams

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/api/src/ai/ai-usage.service.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/ai/ai-usage.service.ts#L84)

## Properties

| Property | Type |
|---|---|
| `organizationId` | `string` |
| `projectId` | `string` |
| `userId` | `string` |
| `provider` | `string` |
| `model` | `string` |
| `operationType` | `string` |
| `entityType` | `string` |
| `entityId` | `string` |
| `usage` | `TokenUsage` |
| `metadata` | `Record<string, any>` |
| `skipCreditDeduction` | `boolean` |
