Skip to content
/ Docs / SDK

SDK Preview

The SDK preview describes the shape of custom agent authoring without exposing proprietary implementation details. Examples are pseudo-code for discussion, not internal source.

Page summary

A public preview of the agent authoring surface: manifests, inputs, outputs, evidence, tools, events, and replay.

Conceptual pieces

Agent manifest
Declares the agent id, question, inputs, outputs, evidence expectations, and permissions at a high level.
Inputs
Encoded assembly plus workflow-specific specs such as tolerance targets, zones, load cases, or ergonomic envelopes.
Outputs
Findings, severity, geometry reference, measurements, and provenance.
Evidence schema
Public contract shape for returning geometry-linked evidence; internal schema details are not public.
Tool registry
Configured tools available to the agent in the target deployment.
Event stream
Progress and output events that the workbench can render during a run.
Replay surface
Run metadata that supports reproduction and comparison where enabled.

Public pseudo-manifest

The following is illustrative only. It is not an internal schema dump.

agent:
  id: dimensional_tolerance
  question: "Which assembly joints exceed specified geometric tolerance?"
  inputs:
    - encoded_assembly
    - tolerance_spec
  outputs:
    - finding
    - severity
    - geometry_reference
    - measurement
    - provenance
Illustrative agent manifest
Request access
Quatrion

A command-first desktop workbench for CAD-native engineering teams. Grounded answers from your own files, in your own environment.

Platform
AgentsWorkbenchBuildDocs
Company
How we fitEarly accessContact
Resources
Docs
© 2026 QuatrionSpatial Brain™ is proprietary technology of Quatrion. All rights reserved.