Available public interfaces
The current public site provides:- server-rendered marketing and customer-documentation pages;
- a public contact form;
- ordinary HTML links and a sitemap;
- per-page Markdown documentation exports;
- an
llms.txtindex and anllms-full.txtexport; - curated, read-only context bundles for agents;
- a documentation search endpoint used by the public docs interface.
Contact form
The form accepts a name, email, optional company, and message. Automated tests cover validation and safe email formatting. They do not prove live email delivery, a response time, spam resistance, or a customer-support service. Do not submit secrets, credentials, sensitive scans, patient or customer data, storage URLs, or confidential strategy.Contact form validation
Validation applies after leading and trailing whitespace is removed.Agent-readable documentation
Each documentation page is also served as clean Markdown at the same address with.md added. An llms.txt index lists every page with its description, and llms-full.txt combines the complete set. Both are published by the documentation host at the documentation root.
Pending — agent discovery documents. The documentation host publishes machine-readable cards at /.well-known/agent-card.json and /.well-known/mcp.json, and answers a documentation MCP server at /mcp. All three were reached on the deployed origin on 24 August 2026. They stay Pending because both cards name a Mintlify-internal hostname as their own address rather than the documentation origin you are reading, so an agent that follows the address in the card leaves the public origin. Read the cards, but prefer the origin you fetched them from.
Agents should cite the HTML source URL included in each export and preserve availability labels. Agent-readable documentation grants no permission. No agent can create or approve a Nitsor release today.
Each written page starts as a Markdown file stored with the website code. Markdown uses plain-text formatting markers. This project uses MDX, a form of Markdown that can also include reviewed components.
Mintlify is the publishing system that turns those files into the pages you are reading. Each figure on this site states its own evidence status and carries the same facts as text.
Publishing pipeline
How one written source becomes six public outputs
The last row is Pending: the agent discovery documents are published and reachable, but each card names a Mintlify-internal hostname as its own address rather than this documentation origin. Agent-readable outputs expose no actions and grant no permission.
https://docs.nitsor.com, verified on 24 August 2026. For command-line use, set NITSOR_DOCS_ORIGIN to the origin of the reviewed site you are reading, without a trailing slash.
- curl
- Python
- JavaScript
Context bundles
A context bundle is a prepared set of related pages. It makes focused reading easier and grants no permission or product access. Start with thellms.txt index, then choose the smallest bundle that covers your question.
Each bundle carries an estimated size. Those estimates are derived from the length of the text, not from any provider’s billing, so treat them as a rough guide when choosing what to load.
What the Markdown and HTML versions must agree on
If the two versions make contradictory claims, do not rely on either claim; use Product status and contact the team with the page URL and exact wording.
Programmatic and self-host surfaces
Implemented contracts do not all have the same availability. The API, CLI, and backend data contracts require an agreed design-partner environment. The self-host page is a target contract that distinguishes tested bootstrap mechanics from a supported product. None of these pages provides a public installation or sign-in path.
Before depending on a future interface, work through the canonical pre-integration acceptance gate. Every item there — from a versioned release through export and migration behavior — applies to any interface listed as planned on this page.
Search and machine consumption limits
Search ranking is intended for this small documentation set, not as a general knowledge base. Token counts are estimates based on text size, not provider-specific billing measurements. Agent answers remain synthetic and must not be treated as product or customer validation.Common mistakes and limits
- A
.mddocumentation URL is not a product endpoint. - A context bundle is not a tool permission.
- A description of a workflow is not an SDK example.
- Search visibility does not change product availability.
- Generated exports must not be copied into a private operational system without checking their public status and date.
Next step
If you need a product interface, write the smallest executable acceptance test it would have to pass, then bring it to Design-partner onboarding.| Outcome | Choose only an interface that is genuinely available and record acceptance tests for future dependencies. |
|---|---|
| Availability | Available now |
| Audience | ML engineers, Data engineers, Software engineers, AI agents |
| Prerequisites | Read Product status |
| Last verified | 2026-08-23 |