AnyBio

Algorithm Marketplace

Run signed third-party DSP algorithms against your biosignal streams (private preview).

Private preview. The Algorithm Marketplace is currently available to design-partner customers only. The pages here document the concept and the customer-facing verification surface; full availability and self-service onboarding are not yet open. Contact us if you'd like to participate.

What it is

The Algorithm Marketplace lets specialized algorithm vendors publish DSP modules to the AnyBio platform; entitled customer organizations then run those algorithms against their own biosignal streams without ever taking a copy of the algorithm code.

This solves a recurring problem in biosignal infrastructure: the best signal-processing algorithms (clinical-grade arrhythmia detection, sleep staging, advanced HRV analytics, novel biomarkers) are owned by specialized vendors who don't want to ship the source. Their customers need to run those algorithms inside compliant, validated infrastructure. The Marketplace bridges the two:

  • Algorithm vendors publish a signed binary to AnyBio. The platform stores it and the signature.
  • Customer organizations get entitled to specific algorithms by the vendor.
  • Entitled customers' streams are processed by the algorithm alongside the platform's built-in DSP, with outputs landing on the same feature and observation APIs as everything else.
  • The algorithm code itself is never exposed in API responses to the customer; it runs inside the platform's sandboxed runtime.

Why it matters for your application

If you're a customer:

  • You can opt into specialized algorithms that fit your clinical or research use case without negotiating IP terms with the vendor on your own.
  • The same APIs you already use for built-in DSP outputs cover marketplace algorithm outputs - your application doesn't need new code paths.
  • Provenance is captured automatically: every observation tagged with a method_code identifies the algorithm and version that produced it.

If you're an algorithm vendor:

  • Reach customers who need your algorithm without giving up source code or binaries.
  • Cryptographic signing means your customers and their auditors can verify the algorithm they're executing matches what you signed.
  • Per-customer telemetry is built in.

What's documented publicly

This is a private preview, so most of the marketplace surface is internal. The one public-facing API documented today is the signature verification endpoint, which lets entitled customers and external auditors verify the algorithm bytes haven't been tampered with.

The full marketplace surface (entitlement management, telemetry, vendor onboarding) is currently a managed operation - contact us for access.

Where to go next

On this page