@extends('layouts.app') @section('content')
Back to Admin

API Settings

Manage OpenAI and YouTube API configurations

OpenAI API Settings

Configure GPT model and parameters

@csrf

Get from: platform.openai.com/api-keys

Recommended: GPT-4o Mini

Lower = More focused, Higher = More creative

Lower = Faster responses, Lower cost

Google/YouTube API Settings

OAuth credentials for YouTube integration

@csrf

Get from: Google Cloud Console

Important Notes

  • • API keys are stored securely in .env file
  • • Config cache is automatically cleared after updates
  • • Changes take effect immediately
  • • All API updates are logged in audit logs
  • • Test OpenAI API before saving to verify it works
@endsection