Skip to main content
Planned — not available yet Status: Planned — not available yet. This page remains a target contract because a complete supported integration is not available. The HTTP API, command-line interface, and replay-tested backend contracts have limited design-partner implementations; their reference pages state the authentication, distribution, and product-readiness boundaries. No public SDK, Model Context Protocol (MCP) server, webhook, agent-action surface, or supported self-hosted product is available. This guide is written to be useful whether or not you ever adopt Nitsor. Its job is to turn “we might depend on this” into a written test that a working implementation either passes or fails.

Begin with boundaries, not commands

Document the current path from source object to training or evaluation dataset. Include storage location, format, geometry conventions, label representation, taxonomy, transformations, model output, review decisions, and release destination. Then identify which steps need a reference that cannot change, a named content version, an assigned task, or a human decision. These distinctions are more useful during evaluation than guessing what future API endpoints might look like. The table below is a worksheet for describing the pipeline you already run. It does not describe Nitsor behavior and carries no availability claim: each row names one of the nine stages above so you can record what happens there and who controls it before any tool is involved. A stage with no named controller is the most useful finding here. It marks the point where provenance is already lost in your current process, independent of any tool you adopt later.

Match the stages to the intended model

The target model separates source references from versioned dataset state. Branches hold proposals. Commits describe accepted content changes on a branch. Reviews and decisions remain attributable. A release identifies one approved dataset state. See Version model for that vocabulary, Data boundary for the intended storage split, and Model-assisted prelabeling for what a model proposal is allowed to claim.

What is still unproved

Every row is an area an integration would depend on. Last checked: 2026-07-30. Owners are named by function because no individual owner is published. “Available” in this table applies only to the public documentation system. Limited design-partner access means the implementation can be evaluated only within agreed pre-release scope and is not a public production service. Not available means no usable public implementation exists. Planned — not available yet means the described product interface cannot be used today. Open means the implementation or decision is unresolved. Pending means an implementation exists but the named evidence has not been collected.

Evidence required before integration

This is the canonical pre-integration acceptance gate for these docs. Integrations and public interfaces links here rather than keeping its own list. Ask for runnable proof of each item for every interface you plan to depend on: Documentation, type definitions, and mock examples are useful evidence, but they do not replace a test against a released package or service.

Examples in these docs

The Public HTTP API, command-line interface, and Data model and contracts pages include only current, bounded evidence. API request examples remain absent because no supported public environment executes them. CLI examples are limited to exact command forms exercised by process-level tests; they do not provide installation or production-credential instructions. SDK, MCP, webhook, agent-action, and complete self-host examples remain absent because no usable public implementation exists. Planned workflow descriptions remain labelled planned — not available yet.

Common mistakes and limits

  • Do not infer a stable schema from a marketing sentence.
  • Do not treat a generated Markdown export as an application API.
  • Do not assume source data stays in place until a deployed data path and network trace prove it.
  • Do not assume self-hosting from an open-source intention; require a versioned package, installation steps, upgrade steps, and an end-to-end test.
  • A tested contact form is not evidence for product integrations.

Next step

Read Integrations and public interfaces for the current list of surfaces and their boundaries, then turn your proposed dependency into a short acceptance test that can be run when a working implementation becomes available.
OutcomeProduce an evidence checklist for a future technical integration instead of assuming an API exists.
AvailabilityPlanned — not available yet
AudienceML engineers, Data engineers, Software engineers, Data scientists
PrerequisitesKnow where source volumes and labels live today; Know which systems create, review, and consume them
Last verified2026-08-23