Technical reference
For a first conversion, follow Generate an API and container. This reference is for using individual interfaces or understanding their contracts.
| What you need | Where to look |
|---|---|
| Run one pipeline stage from the command line | Python analysis, FastAPI generation, Docker generation |
| Understand or call a pipeline component | Notebook conversion, Python analysis, FastAPI generation, Docker generation |
| Generate files through Apizr's HTTP service | Service setup and project upload, with the stage endpoints in the same navigation group |
| Inspect source using the independent typed Python API | Capability IR v1, including serialization, digests and diagnostics |
| Understand guarantees and limits | Legacy behavior contract, artifact principles, security baseline |
The HTTP generation service is Apizr's own interface for producing files. It is
separate from the business API produced by a conversion; the generated
application exposes its own /docs schema when started.
The existing pipeline and Capability IR remain independent. Capability IR does not generate the current FastAPI or Docker output. Historical measurements and audit reports are kept in the engineering archive, separate from the current contracts.