ASSET MESH V2.0 IS LIVE

The Agentic OS for
Global Logistics.

Eliminate subscription taxes. Instantly convert Apple Find My and Google FMD grids into an automated, self-managing enterprise Mesh.

Launch Dashboard
View Documentation
🌐

Spatial Engine

High-performance PostGIS-powered geofencing for real-time Site-to-Site visibility and physical logic boundaries.

Agentic Workflows

Autonomous AI sub-agents capable of booking courier dispatches, generating active theft incident reports, and processing maintenance resupply orders entirely without human interaction.

HEADLESS PROTOCOL BRIDGE

Zero Hardware Vendor Lock-in

A proprietary bridge rewriting the cryptographic handshakes (ChaCha20-Poly1305) to merge both iOS and Android location ecosystems into a single headless Node.js aggregator out of the box.

protocolAgent.startScanning();
// decrypting active nodes
NO HARDWARE TAX

Pricing that destroys
the legacy model.

We eliminated the legacy $12/month AirPinpoint subscription tax. Track 1,000,000 devices for the exact price of 0. You only pay for the Agentic AI execution and OS seats.

Hardware Sync

$0/mo per device

Stop paying monthly subscriptions for Bluetooth trackers you already physically own.

  • Unlimited Apple Find My nodes
  • Unlimited Google FMD nodes
  • Self-hosted Headless Bridge processing
ENTERPRISE OS

Agentic Workspace

$99/mo flat

The overarching Agentic brain. Unlimited platform seats and fully autonomous AI dispatching.

  • Spatial PostGIS Engine
  • Executive Agent (Auto-maintenance)
  • Booths.ai Virtual Gatekeeper
  • Uber Direct & API access
Start 14-Day Free Trial
API & ORCHESTRATION

Built for code.
Not clicks.

Our Node.js headless bridge exposes every raw handshake and spatial transition natively as a secure webhook. Bring your own Android/iOS fleet and use them as instant secure relays.

Read the API Documentation
import { ProtocolAgent } from '@assetmesh/core';

// Initialize headless bridge
const agent = new ProtocolAgent();

agent.on('handshake', async (payload) => {
  // Natively parses ChaCha20-Poly1305
  const decrypted = await decryptAppleOfflineFinding(payload);
  console.log(