{{ __('Edit Provider Credentials') }}

@if(session('error'))
{{ session('error') }}
@endif
@csrf @method('PUT')
{{ $credential->user->name }}
{{ $credential->user->email }}

User cannot be changed after creation

{{ $providers[$credential->provider] ?? ucfirst($credential->provider) }}

Provider cannot be changed after creation

@error('api_key')

{{ $message }}

@enderror

๐Ÿ”’ Current API key is encrypted and hidden. Enter a new key only if you want to update it.

@error('organization_id')

{{ $message }}

@enderror

Required for some OpenAI enterprise accounts

is_active) ? 'checked' : '' }} class="rounded border-gray-300 text-blue-600 shadow-sm focus:border-blue-300 focus:ring focus:ring-blue-200 focus:ring-opacity-50" >

Metadata

Created: {{ $credential->created_at->format('M d, Y H:i') }}
Last Updated: {{ $credential->updated_at->format('M d, Y H:i') }}
Last Used: {{ $credential->last_used_at ? $credential->last_used_at->diffForHumans() : 'Never' }}
Cancel

โš ๏ธ Important Notes

  • User and Provider cannot be changed once created
  • Test the API key before saving to ensure it works
  • Old API key will be replaced if you enter a new one
  • Disabling credentials will prevent any API requests using this key
@push('scripts') @endpush