© 2026 Hedgehog Software, LLC
Textarea::make('public-key') ->live() ->default(function (Get $get) { if ($get('credential_id') !== null) { ... return $client?->getSshKeys()?->first()['public_key']; } })