> ## Documentation Index
> Fetch the complete documentation index at: https://docs.crossmint.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ApiKey

> Kotlin Data Class

**Data Class**

```kotlin theme={null}
data class ApiKey
```

## Properties

| Property                      | Type          | Description                            |
| ----------------------------- | ------------- | -------------------------------------- |
| `apiEnvironmentPathComponent` | `String`      | -                                      |
| `environment`                 | `Environment` | The environment this key targets       |
| `isProduction`                | `Boolean`     | -                                      |
| `key`                         | `String`      | The raw API key string                 |
| `type`                        | `ApiKey.Type` | Whether this is a client or server key |
