fixing the extentions of some files

هذا الالتزام موجود في:
2025-09-18 15:41:18 +03:00
الأصل fa56e52f16
التزام 5ff8e29a63
2 ملفات معدلة مع 0 إضافات و0 حذوفات

27
overview.md Normal file
عرض الملف

@@ -0,0 +1,27 @@
### **Ghaymah GenAI API Key Management**
This section of your account dashboard is your central hub for managing your access to the Ghaymah GenAI platform. It provides the essential information needed to securely connect to our powerful AI models.
----------
### **Connection Information**
To interact with the Ghaymah GenAI API, you'll need two things: a **base URL** and an **API key**. The base URL serves as the starting point for all your API calls. It ensures your requests are directed to the correct server.
----------
### **Your API Key**
Your API key is a unique credential used to authenticate your requests. It acts as a digital signature, verifying that you have permission to access the services you're requesting. To get started, simply copy your key from this page and include it in the header of your API calls.
----------
### **API Key Security**
Protecting your API key is crucial. Think of it as a **secret password** for your account. If it falls into the wrong hands, others could make unauthorized requests on your behalf.
- **Keep It Secret:** Never share your API key publicly, embed it in client-side code, or store it in public repositories like GitHub.
- **Use Environment Variables:** The most secure way to manage your key is to store it as an **environment variable** on your server. This ensures it's loaded securely at runtime, preventing it from being exposed in your source code.
- **Official Base URL:** Always use the official base URL (`https://genai.ghaymah.systems`) to ensure you are connecting to the legitimate Ghaymah GenAI service.