# Create AI API Key Response

Create AI API key response

## Properties

| Property | Type | Required | Description |
| --- | --- | --- | --- |
| `created-at` | string | **yes** | Creation timestamp<br/><br/>ISO 8601 date-time. |
| `id` | string | **yes** | AI API key ID<br/><br/>Must be a valid UUID. |
| `name` | string | **yes** | Human-readable name for the AI API key |
| `org-uuid` | string | **yes** | Organization UUID that owns this key<br/><br/>Must be a valid UUID. |
| `scope` | string | **yes** | Key scope: 'public' for all deployments, or a specific deployment UUID |
| `updated-at` | string | **yes** | Last update timestamp<br/><br/>ISO 8601 date-time. |
| `value` | string | **yes** | Plaintext AI API key value |

