Trace Partner Program

Build on Trace

Scoped, read-only API access to Trace project data — schematics in the .trace_sch format, parsed components and netlists, and datasheet IR. Built for firmware and BSP generation, simulation, and analysis tools that consume hardware designs.

What you get

Three read endpoints, one scoped token, zero schematic parsing on your side

Schematic API

GET /api/partner/projects/{id}/schematic

Read the latest schematic for any project you own, in the machine-friendly .trace_sch format — the same intermediate representation the Trace AI works in.

Components & Netlist

GET /api/partner/projects/{id}/components

The same schematic, parsed for you: a structured list of components with their properties, the full pin-to-net netlist, and declared nets. No parser required on your side.

Datasheet IR

…/components?include_datasheets=true

Per-MPN datasheet intermediate representation — parametric specs, pinout, and electrical characteristics — attached straight onto the parsed components.

From hardware design to running firmware

The first-class use case: tools that generate firmware and board support packages directly from a Trace design. Read the netlist, know every pin assignment and peripheral, and emit code that matches the hardware — or feed the parsed design into simulation and analysis pipelines.

How it works

  1. 01

    Apply

    Tell us about your company and what you're building.

  2. 02

    Get approved

    We review applications and grant the partner:read scope.

  3. 03

    Create a token

    Mint a scoped trace_pat_ API token from this portal.

  4. 04

    Call the API

    Read schematics, components, netlists, and datasheet IR.

Ready to build?

Apply to the partner program and start consuming Trace project data in your product.