AI Agent Traces
DOM interaction logs, API tool calls, and human decision trajectories for fine-tuning computer-use models.
- DOM events
- Tool calls
- Trajectories
Scale8.ai is the world's first hybrid data exchange delivering privacy-scrubbed execution logs, annotated static assets, and low-latency robotics telemetry streams directly to your models.
{
"trace_id": "trc_8f21c4a0",
"model": "computer-use-preview",
"steps": [
{ "t": 0.00, "action": "dom.click",
"selector": "#invoice-export",
"screenshot": "s3://scale8/redacted/0001.webp" },
{ "t": 0.42, "action": "tool.call",
"name": "billing.export",
"args": { "range": "2026-Q2", "email": "[REDACTED_PII]" } },
{ "t": 1.08, "action": "human.correction",
"note": "chose CSV over PDF" }
],
"reward": { "task_success": 1.0, "steps_optimal": 0.86 }
}AI is moving from generation to action. But for an AI Agent to navigate software or a Robot to move through the physical world, it needs continuous context. Scale8 is the real-time data engine that bridges models to reality.
Just as an 8-note scale transforms raw frequencies into harmony, Scale8 structures unstructured action streams—scrubbing PII, standardizing schemas, and delivering low-latency trace feeds. We provide the infinite data loop (∞) that powers autonomous execution.
Three exchanges, one contract, one billing surface — queryable from a single API key.
DOM interaction logs, API tool calls, and human decision trajectories for fine-tuning computer-use models.
Structured workflow databases, SaaS UI state screenshots, and licensed code dumps.
Zero-egress spatial video, LiDAR streams, and ROS2 manipulation logs from live fleets.
Inline text and image redaction for PII across every frame, payload, and log line before it ever leaves the source.
Sub-10ms delivery of execution logs over persistent gRPC channels, with backpressure-aware replay.
Trace data arrives pre-validated with success metrics, step-optimality scores, and provenance signatures.
REST for catalog queries, gRPC for streams, S3-compatible signed URLs for bundles. SDKs for Python, TypeScript, and ROS2.
Get an API keyfrom scale8 import Client
c = Client(api_key="s8_live_...")
for step in c.traces.stream(
domain="computer-use",
min_reward=0.8,
redact="strict",
):
train(step)Tell us what you're training. We onboard partners in weekly cohorts.