Appearance
Changelog
Appendix
The guide follows the AIOTIC API. Entries name the API version a change appeared in and what integrators need to do.
Guide 1.0.0 — verified against API 1.0.0 (2026-09)
First public edition.
- Full contract for the ERP receive endpoint and the processing webhook (also as OpenAPI
webhooks). - Public OpenAPI 3.1 document covering intake, status, ERP hand-off, rejected e-mails, master data and health.
- Sync guidance: event-driven first, hash-based reconciliation as safety net, initial load order and throughput.
- Python SDK 0.1.0: client, receive endpoint, pipeline, ERP adapter templates, sync engine, watcher, webhooks, CLI, mock tenant.
- LLM-native docs (
llms.txt,llms-full.txt) and the MCP server (docs mode + opt-in tenant mode). - Appendix with the headless-API proposal (corrections, cancel, signed events, batch upserts, change detection, scoped keys).
API changes tracked
This section lists changes to the public API as they are released.
2026-09-08
- The processing-artifacts download (zip of everything for a request) is no longer part of the public API. Use the per-file download (
GET /order/{request_id}/{filename}) instead.