Documentation Index
Fetch the complete documentation index at: https://aimp.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
CLI publish
Use the CLI when you are a model provider. It keeps the publish workflow repeatable and validates model project files before the platform build starts.Install and authenticate
Create a model project
main.py, schemas.py, playground.py, runtime/,
tests/, studio/article.mdx, and .aimp/ publish metadata.
Validate and publish
ai push packages the source bundle and starts the platform publish flow. The
platform builds the runtime image and resolves immutable build outputs from the
succeeded job.
Rules to keep
- Do not edit hidden publish state unless the CLI asks for it.
- Keep
runtime/Dockerfileandruntime/pyproject.tomlpresent. - Use explicit flags and
--jsonfor automation. - Keep the installed
aiCLI and runtime package pins on the same release line. - Reinstall the local CLI after changing CLI, SDK, or framework packages.