{{ __('Create New API Key') }}

Back to List

Important Information

  • The API key will be shown only once after creation
  • Make sure to copy and store it securely
  • Keys are associated with a specific user and inherit their budget limits
  • Expired keys can be deleted but not renewed
@if ($errors->any())

There were errors with your submission

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf

A descriptive name to identify this key's purpose.

@error('key_name')

{{ $message }}

@enderror

The user whose budget and limits will apply to this key.

@error('user_id')

{{ $message }}

@enderror

Leave empty for a key that never expires. The key will be automatically deactivated after this date.

@error('expires_at')

{{ $message }}

@enderror

Optional JSON metadata for tracking additional information about this key.

@error('metadata')

{{ $message }}

@enderror
Cancel
@push('scripts') @endpush