API key POST schema.
public Unit apiKeyCreateRequest(ApiKeyCreateRequest apiKeyCreateRequest)API key POST schema. expires_at: Optional datetime when the API key will expire. workspaces: List of workspace UUIDs this key can access (feature-flagged). role_id: Optional UUID of the role to assign to API key. If not provided, uses default role based on read_only flag:
| Name | Type | Description |
|---|---|---|
apiKeyCreateRequest* | ApiKeyCreateRequest? |