Skip to Content
Vulpine API Features

Vulpine API

Vulpine API is the hosted commercial surface for teams that want browser-backed extraction, authenticated workflows, visual extraction, and recurring monitors without operating their own browser fleet.

Visual extraction and annotated browser output
Extraction
Structured browser-backed extraction with sync, async, and batch execution
Authenticated and visual flows
Stored credential workflows, redacted traces, screenshots, annotated image retention
Operations
Recurring monitors, task history, usage, scoped keys, provider controls, retained artifacts

What Teams Buy

WorkflowWhat the hosted surface provides
Structured extractionBrowser-backed extraction from schema or natural-language prompts, with sync and async execution
Authenticated extractionStored credential references, expiring saved sessions, and redacted auth traces for diagnosis
Visual extractionScreenshot-backed extraction plus retained annotated images for later operator review
MonitoringRepeated runs, change detection, webhook delivery, extraction history, retry/failure classification
OperationsUsage, scoped API keys, provider listing, retained result and artifact downloads

What Is Available Now

AreaCurrent surface
ExtractionPOST /v1/extract, POST /v1/batch, task lookup, extraction history, result export
Authenticated workflowsPOST /v1/extract/authenticated, session listing/removal, redacted auth traces
Visual workflowsPOST /v1/visual, retained screenshot and annotated image downloads
MonitorsCreate, list, and delete recurring monitors
Account and usageUsage totals, provider listing, scoped key creation and listing
Mobile and audio surfacesAvailable when the corresponding commercial bridge/capture wiring is attached

Example

curl -X POST https://api.vulpineos.com/v1/extract \ -H "Authorization: Bearer $VULPINE_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "url": "https://example.com/products", "schema": { "type": "object", "properties": { "products": { "type": "array", "items": { "type": "object", "properties": { "name": { "type": "string" }, "price": { "type": "number" } } } } } } }'

Why the Hosted Surface Exists

VulpineOS itself is public and self-hostable. The hosted API exists for teams that want:

  • browser-backed extraction without running the browser fleet
  • authenticated and visual workflows behind a stable service boundary
  • retained artifacts and history for operators
  • commercial extensions such as Vault, AudioBridge, and iOS MobileBridge behind the same product line

Open Runtime, Commercial Surface

Open source foundationHosted / source-closed surface
VulpineOS runtimeVulpine API
FoxbridgeVulpine Vault
Vulpine MarkAudioBridge
Android MobileBridgeiOS MobileBridge

The hosted API uses the same runtime family, but some higher-level product surfaces stay source-closed. Public docs name them and describe their capability boundaries, while implementation details stay out of the public repos.

Commercial Product Line

ProductStatusPublic description
Vulpine APICurrentHosted extraction, authenticated and visual workflows, monitors, usage, keys, and operations
Vulpine VaultCurrent commercial extensionCredential metadata, secure autofill, TOTP, and authenticated workflow support
AudioBridgeCurrent commercial extensionBrowser audio capture and transcription-oriented workflows
MobileBridge for iOSCurrent commercial extensioniOS device discovery and session support for managed environments
Vulpine SentinelRoadmapFleet stealth health monitoring
Vulpine ReplayRoadmapDeterministic replay and audit bundles
Vulpine ClockworkRoadmapMid-session identity rotation

Product Boundary

The public/open pieces are:

  • VulpineOS runtime
  • Foxbridge
  • Vulpine Mark
  • Android MobileBridge
  • public docs and API positioning

The source-closed pieces are:

  • Vulpine API service implementation
  • Vault
  • AudioBridge
  • iOS MobileBridge
  • planned commercial products such as Sentinel, Replay, Clockwork, Prism, Pulse, Forge, Scribe, Harbor, Mesh, and Oracle

See Source Availability for the exact boundary and API Reference for the endpoint-level contract.

Last updated on