Claude APIキー

レシート解析に使うAnthropicのAPIキーを設定します。

@if($configured)

APIキーは設定済みです。

@else

APIキー未設定です。

@endif
@csrf @method('PUT')
@if($configured)
@csrf @method('DELETE')
@endif