Skip to Content
We are live but in Staging 🎉
WorkflowsIgnite Workflows

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

  1. Author, Test, and Publish an App
    • create app, save draft, compile/test, publish, and smoke invoke.
  2. Invoke, Observe, and Debug Executions
    • invoke patterns, execution watch/get, and runtime troubleshooting flow.
  3. Build a Custom Image and Deploy
    • build context upload, build status/logs, and image-based app use.
  4. Run Model Inference Workflows
    • chat, embeddings, infer, transcribe, and rerank usage model.

Workflow Philosophy

Each workflow includes:

  1. Goal and when to use it.
  2. Required inputs.
  3. CLI-first steps, then API fallback for uncovered surfaces.
  4. Expected outcomes and troubleshooting notes.

For endpoint-level details, see 04-api-reference.md. For command-level details, see 05-cli-guide.md.