# ClaudeConfig

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/doc-automation/src/v2/providers/claude.provider.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/doc-automation/src/v2/providers/claude.provider.ts#L165)

## Properties

| Property | Type |
|---|---|
| `azureEndpoint` | `string` |
| `azureApiKey` | `string` |
| `azureAccessToken` | `string` |
| `anthropicApiKey` | `string` |
| `model` | `string` |
| `maxTokens` | `number` |
| `temperature` | `number` |
| `timeout` | `number` |
| `retry` | `Partial<RetryConfig>` |
