تخطَّ إلى المحتوى

Connecting AI Accounts

هذا المحتوى غير متوفر بلغتك بعد.

A connection is a link between your workspace and an AI provider account (like ChatGPT or Google Savio). Connections allow GhostMind to route requests through your own provider accounts.

Supported Providers

ProviderCapabilitiesConnection Method
ChatGPTChat, conversations, projects, attachments, transcriptionSession upload (browser capture coming soon)
Google SavioSpeech generation (TTS)Browser capture

Adding a Connection

  1. Navigate to Connections in the sidebar
  2. Click Add Connection
  3. Select a provider
  4. Give it a label (e.g., “Team ChatGPT Account”)
  5. Follow the provider-specific activation steps

ChatGPT Connection

ChatGPT connections currently require an admin to upload a session JSON:

  1. Open chatgpt.com in your browser and log in
  2. Open DevTools (F12) → Application → Cookies
  3. Export the session as JSON with an access_token field
  4. Upload the session file in the GhostMind UI

Google Savio Connection

Google Savio connections use browser capture:

  1. Click Start Browser Capture
  2. Follow the OAuth flow in the popup window
  3. The connection activates automatically

Connection Status

StatusMeaning
ActiveConnection is working and available for requests
ConfiguredConnection exists but needs activation (session upload or capture)
ExpiredSession has expired — needs reconnection
CooldownTemporarily rate-limited by the provider
DisabledManually disabled by an admin

Managing Connections

Admins can:

  • Enable/Disable — Pause a connection without removing it
  • Reconnect — Refresh an expired session
  • Remove — Permanently delete a connection

Next Steps