@include('packages/api::settings.partials.api-key-actions', ['apiKey' => $apiKey])
{{ trans('packages/api::api.api_key_description') }}
@if(!empty($apiKey))
API key protection is enabled. All requests require the X-API-KEY header.
@else
API key protection is disabled. Endpoints are publicly accessible.
@endif