@extends('examples.modern-layout-v2') @section('title', __('messages.menu.api_keys')) @section('api_keys', 'bg-blue-50 text-blue-700') @section('content')

{{__('messages.menu.api_keys')}}

Manage API keys and sync tokens for secure server-to-server communication

vpn_key

Sync Token

This token is used for secure synchronization between local servers and this live server. Keep it secure and update it on all local servers when changed.

@if($syncToken)
{{$syncToken}}
@else

No sync token configured. Generate one to enable synchronization.

@endif
@csrf
warning

Warning

Generating a new token will invalidate the current one. All local servers must be updated with the new token to continue syncing.

@endsection