xAI Workspace Bridge

xAI Workspace Bridge

ID: malfihcfockdkeopdnjnjfacajidhjfb

Supported Languages

πŸ‡ΊπŸ‡ΈEnglish

Extension Info & Metadata

Status
Active
Version
2.0.0
Size
0.02 MB
Rating
0.0/5
Reviews
0
Users
12
Type
Extension
Updated
Mar 29, 2026
Category
Developer tools
Price
Free
Featured
No
Visibility
Listed
Mature
No
By Google
No
Trusted
No

Publisher Contextual Analysis

Author
xaiworkspace.comView Profile
MX records exist
Yes
Domain exists
Yes
Is disposable
No
Is role-based
Yes
Mailbox exists
Yes
Total Extensions
1
Active
1
Obsolete
0
Listed
1
Unlisted
0
Total Users
12

You reached today's free scan limit (3/3 unique extensions).

Upgrade for full visibility.

Screenshot 1

OAuth callback bridge and local Docker instance provisioning for xAI Workspace.

xAI Workspace Bridge is a developer tool for xAI Workspace that provides two capabilities: seamless OAuth token authorization for AI coding assistants, and local Docker instance provisioning β€” all from within your browser. ───────────────────────────────────────── OAUTH BRIDGE ───────────────────────────────────────── When you authorize Claude (Anthropic), Gemini (Google), or Codex (OpenAI) through the xAI Workspace admin panel, each provider redirects its OAuth callback to a localhost port. This extension intercepts those localhost redirects and forwards them to your xAI Workspace router β€” so the token lands in the right place automatically, with no tab juggling or clipboard gymnastics. Supported providers and their callback ports: β€’ Claude / Anthropic β†’ localhost:54545/callback β€’ Gemini / Google β†’ localhost:8085/oauth2callback β€’ Codex / OpenAI β†’ localhost:1455/auth/callback All three redirects are forwarded to: https://router.xaiworkspace.com/admin/cliproxy/oauth/callback How the OAuth bridge works: 1. Open the xAI Workspace admin panel and navigate to CLI Proxy β†’ OAuth Providers. 2. Click "Authorize" next to the provider you want to connect. 3. Complete sign-in on the provider's consent screen as normal. 4. The OAuth callback URL (which would normally hit a localhost port) is intercepted using Chrome's declarativeNetRequest API and redirected to the xAI Workspace router. 5. The router receives the authorization code, exchanges it for tokens, and stores them server-side. Tokens are stored server-side by the xAI Workspace router. The extension itself never sees, stores, or transmits your credentials. ───────────────────────────────────────── LOCAL DOCKER PROVISIONING ───────────────────────────────────────── The extension can launch and manage local OpenClaw Docker containers directly from the browser. When Docker is available on your machine (via TCP on localhost:2375), the extension popup shows Docker status and the xAI Workspace web app can request container provisioning through the extension. This lets you run a local AI workspace instance without leaving the browser β€” the extension handles container creation, configuration, networking, and teardown. ───────────────────────────────────────── TECHNICAL DETAILS ───────────────────────────────────────── β€’ Manifest V3 β€” built on the modern, secure extension platform β€’ OAuth redirects use declarativeNetRequest β€” static rules evaluated natively by Chrome, no runtime JavaScript needed for the redirect itself β€’ Background service worker handles Docker API communication and message routing β€’ Content script relays messages between the xAI Workspace web app and the extension β€’ All message senders are validated against a trusted-origin whitelist β€’ No data collection, no analytics, no third-party services β€’ Open architecture: all source is plain JavaScript you can inspect at any time ───────────────────────────────────────── WHO IS THIS FOR? ───────────────────────────────────────── This extension is designed for xAI Workspace users who: β€’ Use the CLI Proxy feature to manage OAuth tokens for AI coding assistants (Claude Code, Gemini CLI, OpenAI Codex) β€’ Want to provision local OpenClaw instances via Docker without leaving the browser It has no functionality outside of the xAI Workspace context and does not affect normal browser operation. If you are not an xAI Workspace user, this extension will have no visible effect on your browser. ───────────────────────────────────────── PRIVACY ───────────────────────────────────────── This extension collects no personal data. It makes no independent network requests beyond the OAuth redirect itself and Docker API calls to your own local machine. No data is sent to any third-party server. The only network activity it causes: β€’ OAuth redirects from localhost to router.xaiworkspace.com (the same request your browser would have made) β€’ Docker API calls to 127.0.0.1:2375 on your local machine only Full privacy policy: https://xaiworkspace.com/privacy ───────────────────────────────────────── PERMISSIONS EXPLAINED ───────────────────────────────────────── declarativeNetRequest Required to declare the URL redirect rules that intercept OAuth callbacks. Chrome evaluates these static rules and redirects matching URLs without runtime JavaScript. storage Required to persist Docker configuration settings (API endpoint, image name, network) across browser sessions. host_permissions: localhost:54545, localhost:8085, localhost:1455 Required so Chrome allows the redirect rules to act on OAuth callback requests to these specific localhost ports. No other URLs are affected. host_permissions: 127.0.0.1:2375 Required to communicate with the Docker Engine REST API on your local machine for container provisioning and status checks. ───────────────────────────────────────── SINGLE PURPOSE STATEMENT ───────────────────────────────────────── This extension serves xAI Workspace users by redirecting OAuth callback URLs from specific localhost ports to the xAI Workspace router and by provisioning local Docker containers for AI workspace instances β€” both enabling seamless integration between the xAI Workspace web app and local developer tools.

Extracted Data

You reached today's free scan limit (3/3 unique extensions).

Upgrade for full visibility.

URLs
12
IPv4
1
IPv6
0

URLs

View the external URLs this extension communicates with to understand its network activity and data interactions.

You reached today's free scan limit (3/3 unique extensions).

Upgrade for full visibility.

localhost-http://localhost:2375
router.xaiworkspace.com-https://router.xaiworkspace.com
localhost-http://localhost:8080
localhost-http://localhost:3000
http:-http://localhost:${rule.port}${rule.path}*`,
127.0.0.1-http://127.0.0.1:2375
localhost/*http://localhost:4200/*
xaiworkspace.com/*https://xaiworkspace.com/*
host.docker.internal-http://host.docker.internal:4000
host.docker.internal-http://host.docker.internal:8080
Showing 1 to 10 of 20 rows
Rows per page:

You reached today's free scan limit (3/3 unique extensions).

Upgrade for full visibility.

127.0.0.1
IPv4
-

Version History

You reached today's free scan limit (3/3 unique extensions).

Upgrade for full visibility.

Browse and explore files within this extension package

You reached today's free scan limit (3/3 unique extensions).

Upgrade for full visibility.