Ignite Workflows
Last validated: 2026-05-20
This workflows guide is split into scenario-focused runbooks that combine CLI-first steps with direct API fallback where needed.
Shared Setup
dodil login <service_account_id> <service_account_secret>
# Optional explicit org default for shorter app IDs in commands
dodil ignite config set org_id <org_id>Optional direct-token mode (for isolated testing) is available through dodil ignite login --token ..., but shared dodil login is the recommended baseline for consistency across Dodil services.
Read by Workflow
- Author, Test, and Publish an App
- create app, save draft, compile/test, publish, and smoke invoke.
- Invoke, Observe, and Debug Executions
- invoke patterns, execution watch/get, and runtime troubleshooting flow.
- Build a Custom Image and Deploy
- build context upload, build status/logs, and image-based app use.
- Run Model Inference Workflows
- chat, embeddings, infer, transcribe, and rerank usage model.
Workflow Philosophy
Each workflow includes:
- Goal and when to use it.
- Required inputs.
- CLI-first steps, then API fallback for uncovered surfaces.
- Expected outcomes and troubleshooting notes.
For endpoint-level details, see 04-api-reference.md. For command-level details, see 05-cli-guide.md.