Compute
ComputeService (dodil.ignite.v1.ComputeService) is the serverless app platform. An app is long-lived code running in an auto-scaled (KEDA 0→N) pod.
Code flows draft → compile (managed runtime: Python/Rust/Go/Deno) or image (BYOI) → an immutable, numbered version. Invoke streams a response (head → chunks → trailer); each call yields an execution with status and metrics. Apps can opt in as MCP tools.
In this section
- API Reference — every ComputeService RPC, grouped, with gRPC + HTTP contracts
CLI coverage: dodil ignite app / draft / version / execution / invoke. See the Compute CLI Guide and CLI Basics.
See also
- API Reference
- Builds — produces the images that image-mode versions run
- Secrets — credentials referenced by image-mode deploys
- Conventions — transport, auth, streaming
- CLI Basics