ai:tools:antigravity-manager
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| ai:tools:antigravity-manager [2026/02/07 22:43] – [Installation Guide] phong2018 | ai:tools:antigravity-manager [2026/02/07 22:49] (current) – phong2018 | ||
|---|---|---|---|
| Line 96: | Line 96: | ||
| ===== Usage Guide ===== | ===== Usage Guide ===== | ||
| - | === 1. Add an AI account === | + | 2. What Antigravity Tools Actually Does (Quick Mental Model) |
| - | * Open Antigravity-Manager | + | Think of it as: |
| - | * Click **Add Account** | + | |
| - | * Enter: | + | |
| - | * Account name | + | |
| - | * API key or token | + | |
| - | * AI service type | + | |
| - | === 2. Switch accounts === | + | A local AI gateway + account manager |
| - | * Select an account from the list | + | It: |
| - | * Click **Switch** | + | |
| - | * The selected account becomes active immediately | + | |
| - | === 3. Manage accounts === | + | Runs a local server on your machine |
| - | * Edit account information | + | Manages multiple AI accounts |
| - | * Delete unused | + | |
| - | * Set a default account | + | |
| - | **Vocabulary notes:** | + | Exposes them as standard APIs (OpenAI |
| - | * **Token** | + | |
| - | * **Active** / | + | |
| - | * **Default** / | + | |
| + | 3. Initial Setup (Required) | ||
| + | Step 1: Open Web UI | ||
| - | ===== Target Users ===== | + | By default, Antigravity Tools starts a local server. |
| - | * AI Developers | + | Open your browser and go to: |
| - | * Backend / Frontend Developers | + | |
| - | * Testers | + | |
| - | * AI product teams | + | |
| - | * Users working with multiple AI accounts | + | |
| + | http:// | ||
| - | ===== Benefits ===== | + | 127.0.0.1 /ˌwʌn tuː ˈsɛvən ˈzɪərəʊ/ |
| + | → localhost (your own computer) | ||
| - | * Saves time | + | Step 2: Login |
| - | * Reduces account-related errors | + | |
| - | * Centralized account management | + | |
| - | * Improves productivity and workflow efficiency | + | |
| - | **Vocabulary notes:** | + | Depending on how you installed it: |
| - | * **Centralized** / | + | |
| - | * **Productivity** / | + | |
| - | * **Efficiency** / | + | |
| + | Default password: shown in the app UI | ||
| - | ===== Source Code ===== | + | Or you may need to set one in Settings |
| - | GitHub Repository: | + | If you set: |
| - | https://github.com/lbjlaq/Antigravity-Manager | + | |
| + | API_KEY → used for API access | ||
| + | |||
| + | WEB_PASSWORD → used for web login | ||
| + | |||
| + | 4. Add AI Accounts | ||
| + | Go to: Accounts → Add Account | ||
| + | |||
| + | You can add accounts in several ways: | ||
| + | |||
| + | Option A: OAuth Login (Recommended) | ||
| + | |||
| + | Google (Gemini) | ||
| + | |||
| + | Anthropic (Claude) | ||
| + | |||
| + | Just click Authorize, log in, done. | ||
| + | |||
| + | OAuth /ˈoʊæθ/ | ||
| + | → a secure login method without sharing passwords | ||
| + | |||
| + | Option B: Token / Cookie Import | ||
| + | |||
| + | Paste session token | ||
| + | |||
| + | Import JSON | ||
| + | |||
| + | Batch import (advanced users) | ||
| + | |||
| + | 5. Check Account Status (Very Important) | ||
| + | |||
| + | Go to Dashboard | ||
| + | |||
| + | You will see: | ||
| + | |||
| + | Account health | ||
| + | |||
| + | Remaining quota | ||
| + | |||
| + | Last sync time | ||
| + | |||
| + | 🟢 Green = usable | ||
| + | 🟡 Yellow = low quota | ||
| + | 🔴 Red = blocked | ||
| + | |||
| + | 6. Use It as an API (Most Common Use) | ||
| + | OpenAI-compatible API | ||
| + | |||
| + | Base URL: | ||
| + | |||
| + | http:// | ||
| + | |||
| + | API Key: | ||
| + | |||
| + | your API_KEY | ||
| + | |||
| + | Example with curl: | ||
| + | |||
| + | curl http:// | ||
| + | | ||
| + | -H " | ||
| + | -d '{ | ||
| + | " | ||
| + | " | ||
| + | { " | ||
| + | ] | ||
| + | }' | ||
| + | |||
| + | You can now plug this into: | ||
| + | |||
| + | OpenAI SDKs | ||
| + | |||
| + | LangChain | ||
| + | |||
| + | LlamaIndex | ||
| + | |||
| + | Cursor / Continue / Claude Code (via Anthropic endpoint) | ||
| + | |||
| + | 7. Model Routing (Optional but Powerful) | ||
| + | |||
| + | Go to Models / Routing | ||
| + | |||
| + | You can: | ||
| + | |||
| + | Map gpt-4 → gemini-pro | ||
| + | |||
| + | Map claude-3-opus → gemini-ultra | ||
| + | |||
| + | Create fallback chains | ||
| + | |||
| + | Routing / | ||
| + | → automatically choosing where requests go | ||
| + | |||
| + | 8. Auto-Failover (Set Once, Forget) | ||
| + | |||
| + | Antigravity Tools will: | ||
| + | |||
| + | Retry on 429 (rate limit) | ||
| + | |||
| + | Switch account on 401 (expired) | ||
| + | |||
| + | Skip blocked accounts automatically | ||
| + | |||
| + | This is on by default. | ||
| + | |||
| + | 9. Common Use Cases | ||
| + | Use with local tools | ||
| + | |||
| + | Cursor | ||
| + | |||
| + | Continue.dev | ||
| + | |||
| + | Open WebUI | ||
| + | |||
| + | Chat apps | ||
| + | |||
| + | Just set: | ||
| + | |||
| + | API Base URL → http:// | ||
| + | |||
| + | API Key → your key | ||
ai/tools/antigravity-manager.1770504224.txt.gz · Last modified: by phong2018
