Skip to Content
Vulpine API Features

Vulpine API Features

Vulpine API packages the VulpineOS browser-agent stack into commercial endpoints. Product names and capabilities are public; source availability depends on whether the component is open infrastructure or a commercial extension.

Open Source Components

ProductSourceAPI Surface
VulpineOSPublicBrowser-agent runtime, MCP tools, web panel, TUI, remote server, agent orchestration
FoxbridgePublicCDP-to-Firefox bridge for OpenClaw, Puppeteer, and CDP clients
Vulpine MarkPublicSet-of-Mark screenshots, element labels, click/type/hover by label
MobileBridge for AndroidPublicAndroid device discovery, CDP proxying, gestures, and device sessions

Commercial Extension Surfaces

ProductSourceAPI Surface
Vulpine VaultSource-closedCredential metadata, autofill, secure input, TOTP, and provider imports
AudioBridgeSource-closedBrowser audio capture sessions and audio chunk streaming
MobileBridge for iOSSource-closediOS device discovery, Web Inspector bridging, and mobile sessions
Vulpine APISource-closedHosted extraction, browser sessions, recurring monitors, account operations, billing, and fleet controls

Current Vulpine API Endpoints

The hosted API is the commercial surface for teams that want VulpineOS capabilities without running their own browser fleet.

AreaEndpointsStatus
ExtractionPOST /v1/extract, POST /v1/batchAvailable in the API service
Async tasksGET /v1/tasks/{id}, POST /v1/tasks/{id}/cancel, GET /v1/extractionsAvailable in the API service
Recurring monitorsPOST /v1/monitor, GET /v1/monitors, DELETE /v1/monitors/{id}Available in the API service
Account and usageGET /v1/usage, GET /v1/keys, POST /v1/keys, GET /v1/providersAvailable in the API service

Extraction accepts a JSON Schema or natural-language prompt, supports sync and async execution, can opt into pagination, and returns usage metadata such as completeness, token count, retries, and estimated cost.

Planned Commercial Products

These product names are public roadmap language. Their source code and implementation details are source-closed unless a row explicitly says otherwise.

ProductSourceWhat It Is
Vulpine SentinelSource-closedStealth health monitoring for browser-agent fleets, with per-session risk scoring and alerting
Vulpine ReplayMixedDeterministic browser replay for debugging and audit trails; the bundle format may be public, while high-fidelity recording remains commercial
Vulpine ClockworkSource-closedMid-session identity rotation for long-running browser sessions without discarding session state
Vulpine PrismSource-closedControlled handling of third-party detection and tracker behavior for managed fleet environments
Vulpine PulseSource-closedEngine-level human behavior modeling for clicks, typing, scrolling, and dwell timing
Vulpine ForgeSource-closed with possible public adaptersAutomation surface for complex WebAssembly-heavy web apps
Vulpine ScribeMixedDeep network trace format and runtime request diagnostics; trace formats may be public, capture implementation remains commercial
Vulpine HarborSource-closedPer-citizen virtual file workspace for downloads, uploads, file forms, and document handling
Vulpine MeshSource-closedHigh-throughput browser-to-agent data transport for screenshots, audio, replay frames, and large snapshots
Vulpine OracleSource-closedJavaScript execution recording and analysis for deterministic debugging and agent reliability

Planned API Feature Families

These are candidate hosted API surfaces that build on the open-source runtime plus commercial extensions:

API FeatureDepends OnPublic Description
Authenticated extractionVulpine VaultRun extraction behind login flows using stored credentials and audit-friendly autofill
Visual extractionVulpine MarkReturn labeled screenshots and element tables for VLM and computer-use workflows
Browser audio workflowsAudioBridgeCapture tab audio for transcripts, audio challenge handling, and voice-based pages
Mobile extractionMobileBridgeExtract from Android browsers today, with source-closed iOS support planned for managed environments
Protected crawlVulpine Vault, Vulpine MarkCrawl authenticated sites with session refresh, change detection, and per-page audit trails
Recurring monitorsVulpine APISchedule repeated extractions and receive webhook updates when monitored data changes

MCP Mapping

The public MCP surface exposes stable tool names so clients can integrate once:

CapabilityTools
Set-of-Markvulpine_annotated_screenshot, vulpine_click_label
Vulpine Vaultvulpine_get_credential, vulpine_autofill
AudioBridgevulpine_start_audio_capture, vulpine_stop_audio_capture, vulpine_read_audio_chunk
MobileBridgevulpine_list_mobile_devices, vulpine_connect_mobile_device, vulpine_disconnect_mobile_device

Open-source builds return clear unavailable errors for commercial extension surfaces when no provider is attached. Commercial builds can enable the same public tool names without changing client code.


See also

Last updated on