Documentation Index
Fetch the complete documentation index at: https://docs.withgiga.ai/llms.txt
Use this file to discover all available pages before exploring further.
Profile & Settings
Manage your personal information and developer credentials from the Profile page.Personal Information
You can update the following details:- Profile Photo: Upload a JPG, PNG, GIF, or WebP image (max 10MB).
- Name: Update your First and Last name.
- Email: Your primary email address is displayed. (Email changes require verification).
API Key Management
Your API Key gives you programmatic access to the WithGiga platform.Viewing Your Key
- Navigate to the Profile page.
- Locate the API Key section.
- Your key is masked by default (
giga_sk_...).
Using Your Key
- Click the Copy button to copy the full API key to your clipboard.
- Use this key in the
Authorizationheader of your API requests:Bearer giga_sk_...