# ApiTargetConfig

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/web/src/lib/api-client.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/lib/api-client.ts#L44)

Live API target config — the auth VALUE is write-only, so only `hasAuth` comes back.

## Properties

| Property | Type |
|---|---|
| `baseUrl` | `string` |
| `authHeaderName` | `string` |
| `allowWrites` | `boolean` |
| `enabled` | `boolean` |
| `hasAuth` | `boolean` |
| `writeAllowlist` | `string[]` |
| `oauth2` | `PlaygroundOAuth2Config | null` |
