Developer Platform · Live Service Mesh

The engine room behind SageWire.

SageWire is infrastructure for turning real-world activity into digital records and automated actions. The developer platform connects speech, location, weather, memory, onboarding, RFID, domain services, and field applications through reusable APIs.

This site is the technical view of SageWire: what is deployed, how the pieces connect, and which services are production, test, private, or still being built.

$ curl https://api.sagewire.dev/health
{
  "service": "sagewire-api-gateway",
  "status": "ok",
  "version": "1.0"
}

Gateway greenlight confirmed.
01 · Platform Map

One gateway. Specialized services.

Applications and field devices stay focused on the job in front of the user. SageWire routes the specialized work to independent services behind a stable platform boundary.

ApplicationsPTT Field Logger · Dave's Vet Station
Connected ProductsHerdMate · Scanner tools
Field DevicesRFID readers · scales · headsets
SageWire GatewayCentral routing and service boundary
Platform Core
OnboardingSTTTTSLocationWeatherRAG
Hardware / Field I/O
RFIDScale
Domain Services
DAVEALICEJOEHAZEL
Workflow / OrchestrationM.A.R.K. · AI-powered media pipeline orchestration
02 · Platform Core

Reusable infrastructure.

Core services provide the capabilities applications should not have to rebuild independently.

● LIVE

Gateway

Central API routing layer for SageWire applications and services.

● LIVE

Onboarding

Versioned onboarding flows, sessions, validation, completion state, persistence, and event-ledger auditing.

● LIVE

Speech-to-Text

Reusable transcription service for voice and field-capture workflows.

● LIVE

Location

Location enrichment and field context for events recorded outside the office.

● LIVE

Weather

Weather context by location, currently deployed at weather.herdmate.ag and used as a reusable enrichment service.

● LIVE

RAG

Retrieval and memory service for domain knowledge and application context.

● SERVICE

EmberVox · TTS

Standalone text-to-speech capability for spoken replies and voice interfaces.

03 · Hardware / Field I/O

Software that reaches the physical world.

These services normalize hardware interaction so applications do not have to be written around one specific reader, indicator, or device.

● LIVE

RFID Service

Hardware-independent RFID infrastructure for UHF and future LF adapters, reader registration, reads, and field integrations.

● TEST

RFID Test

Separate FastAPI migration/test deployment used to validate changes without treating test infrastructure as production.

● IN DEVELOPMENT

Scale Service

Hardware-independent weighing infrastructure for raw readings, normalization, device registration, sessions, and usable weight events.

04 · Domain Services

Specialists behind the applications.

These are service-layer specialists. Dave's Vet Station is the product layer that calls them according to animal type and workflow.

● LIVE

DAVE

Cattle and livestock specialist service used by Dave's Vet Station.

● LIVE

ALICE

Dogs and cats specialist service used by Dave's Vet Station.

● LIVE

JOE

Horse and equine specialist service used by Dave's Vet Station.

● LIVE

HAZEL

Exotics and small-animal specialist service used by Dave's Vet Station.

05 · Workflow / Orchestration

M.A.R.K. moves content through the pipeline.

M.A.R.K. is an AI-powered orchestration/API service, not an independent editorial intelligence. It routes field media through transcription, confidence checks, summarization/content generation, structured storage, and publishing outputs.

● LIVE

M.A.R.K.

Raw field video/audio → transcript → guardrail → summary/content → structured record → downstream publishing.

mark.sagewire.dev
06 · Applications & Integrations

Where the platform meets actual work.

Not every application listed here was originally built on SageWire. This section deliberately distinguishes SageWire-native applications from connected or integrating products.

● LIVE

PTT Field Logger

A field-facing voice client that uses SageWire services for capture, transcription, context, and AI workflows.

Open headset app →
● BETA / PRIVATE

Dave's Vet Station

Customer-facing veterinary guidance application that calls DAVE, ALICE, JOE, and HAZEL underneath the product experience.

Open Vet Station →
● CONNECTED PRODUCT

HerdMate

Existing cattle-management platform originally built in AppSheet. It is increasingly integrating with SageWire services and field infrastructure; it is not presented here as originally built on SageWire.

Visit HerdMate →
● LIVE

Scanner / RFID Tools

Field-facing RFID scanning and tag workflows connected to the broader SageWire hardware and record ecosystem.

Open scanner →
07 · Field Proof

Built around work outside the office.

Real field interfaces and context capture are part of the platform story—not decorative demos.

PTT Field Logger connected headset
Connected headset workflow

Field capture starts where the work is happening.

PTT Field Logger session log
Structured session record

Audio, transcript, timestamps, and session history become durable artifacts.

PTT location and weather context
Context enrichment

Location and weather can travel with the event instead of being reconstructed later.

08 · Service Registry

Production, test, and product endpoints.

The registry stays technical and usable: live browser checks, direct health tests, and copy-ready curl commands without forcing endpoint detail into the top of the page.

Production Services

Gatewayapi.sagewire.dev
CHECKING
Onboardingonboarding.sagewire.dev
CHECKING
STTstt.sagewire.dev
CHECKING
Locationloc.sagewire.dev
CHECKING
Weatherweather.herdmate.ag
CHECKING
RAGrag.sagewire.dev
CHECKING
RFIDrfid.sagewire.dev
CHECKING
DAVEdave.sagewire.dev
CHECKING
ALICEalice.sagewire.dev
CHECKING
JOEjoe.sagewire.dev
CHECKING
HAZELhazel.sagewire.dev
CHECKING
M.A.R.K.mark.sagewire.dev
CHECKING

Applications / Test

PTT Field Loggerheadset.herdmate.ag
Dave's Vet Stationdavesvetstation.com
Scannerscanner.herdmate.ag
HerdMateherdmate.ag
RFID Testrfid-test.sagewire.dev
CHECKING

Browser verification may be unavailable when a service does not allow cross-origin health requests. VERIFY does not mean DOWN. Use Test Health or Copy Curl for a definitive check. Internal infrastructure such as vector storage remains intentionally separate from the public service list.

09 · Operating Model

MAP · OPS · SOP

The technical site is also the public map of how SageWire thinks about operating a service platform.

MAP

What exists: services, applications, domains, servers, owners, integrations, and endpoints.

OPS

What is happening: deployments, health checks, logs, runtime status, and service behavior.

SOP

How it gets built: repeatable playbooks for Docker, DNS, Coolify, testing, routing, and service creation.