Create Google Account Slot
gv_create_accountCreate a fresh managed browser account slot with a pinned fingerprint and persistent profile, ready for sign-in via a separate login step.
Instructions
Create a new managed account slot with a locked fingerprint + advanced config.
Generates a fresh, pinned fingerprint + empty persistent profile. The account is NOT signed in yet — call gv_sign_in next to open a login window.
Args: name: Human label for the account (e.g. "Work"). os: Pinned fingerprint OS — "windows" | "macos" | "linux". Defaults to server config (or the device profile's recommended OS if device_profile is set). proxy: Optional Playwright-style proxy dict for this account only. provider: Identity provider — "google" (default), "github", etc. preset: Bundle of advanced-config defaults — "balanced" (default) | "stealth" | "minimal". Explicit params below override the preset. locale: Locale(s) for Intl + Accept-Language, e.g. "en-US" or ["en-US","en"]. When set, overrides geoip-based locale matching. timezone: IANA timezone, e.g. "America/New_York". When set, overrides geoip. humanize: Human-like cursor movement. True (default in balanced) | False | float (max seconds for the move). block_webrtc: Block WebRTC to prevent IP leak. True | False | "auto" (auto = block only when a proxy is set; the preset default). block_webgl: Disable WebGL entirely. Some sites break; use sparingly. webgl_config: [vendor, renderer] pair to spoof, e.g. ["Apple Inc.", "Apple GPU"]. fonts: List of installed font family names to inject (on top of OS defaults). addons: List of paths to extracted Firefox addon dirs (must have manifest.json). disable_coop: Disable Cross-Origin-Opener-Policy — needed for some captcha/turnstile iframes. (stealth preset sets this.) block_images: Block all image loading. Faster but visually inconsistent. device_profile: A realistic hardware template that fills in ~15 Camoufox config keys at once (screen size, GPU vendor/renderer, media-device counts, battery level, audio sample rate). One of: macbook-pro-14-m2, macbook-air-13-m1, imac-24, windows-desktop-rtx, thinkpad-x1-carbon, surface-laptop-5, linux-workstation, dell-xps-13-ubuntu, generic-laptop, headless-server. Recommended for maximum fingerprint consistency. device_config: Raw dict of Camoufox config-domain keys (battery:, mediaDevices:, navigator.hardwareConcurrency, ...) to override or augment the chosen device_profile. See the Advanced Configuration docs for the full ~100-key schema.
Returns the new account id, resolved config, and any consistency warnings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| os | No | ||
| name | Yes | ||
| fonts | No | ||
| proxy | No | ||
| addons | No | ||
| locale | No | ||
| preset | No | balanced | |
| humanize | No | ||
| provider | No | ||
| timezone | No | ||
| block_webgl | No | ||
| block_images | No | ||
| block_webrtc | No | ||
| disable_coop | No | ||
| webgl_config | No | ||
| device_config | No | ||
| device_profile | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |