CATVAICHAT

✅ システムは正常に動作しています (Version 1.0.0-dev)

利用可能なエンドポイント

開発者向け情報:
PHP Version: " . PHP_VERSION . "
Environment: " . config('app.env', 'production') . "
Debug Mode: " . (config('app.debug', false) ? 'Enabled' : 'Disabled') . "

外部サイトでの使用方法

<script> (function() { var script = document.createElement('script'); script.src = '" . config('app.url') . "/embed/chatbot.js'; script.setAttribute('data-api-key', 'your-api-key'); document.head.appendChild(script); })(); </script>