Skip to Content
We are live but in Staging 🎉
Feature Status

Ignite Feature Status

Last validated: 2026-05-20

Status labels in this document:

  • Implemented: endpoint/service exists and is wired in runtime
  • Partial: available with known behavior caveats or deprecation guidance
  • Limited CLI: server supports feature but CLI coverage is incomplete

Compute Domain

FeatureAPI statusCLI statusNotes
App create/get/list/update/deleteImplementedImplementedapp command group with aliases function and fn
Compile-source runtimes (Python, Rust, Go, Deno)ImplementedPartialRuntime is selected on draft/code paths; app create runtime flags are currently advisory in CLI flow
Image deployment modes (prebuilt, from_code, from_git)ImplementedLimited CLIAPI supports image-mode drafts through SaveDraft.code.image; no full first-class CLI wrapper for all variants
App deployment stateImplementedImplementedapp state command
Draft save/info/compile/test/publishImplementedImplementedRust compile flow exposed including compile logs
Version list/get/rollback/code/testImplementedImplementedversion command group
Invoke streaming frames (head/chunk/trailer)ImplementedImplementedinvoke command consumes stream and prints payload
InvokeAsync compatibility RPCPartialLimited CLIRPC exists but is deprecated in proto comments; no first-class separate CLI command
Execution get/list/watch/logs/stream-inputImplementedPartialCLI covers get/watch/logs; execution list currently returns unsupported error; stream-input API has no first-class CLI wrapper
App logs/events/replicas/stats APIsImplementedLimited CLIAPI exposed; not first-class CLI coverage
MCP tool definition/list APIsImplementedImplementedmcp list and mcp get
Public catalog APIsImplementedLimited CLINo first-class CLI for catalog browse/detail

Build Domain

FeatureAPI statusCLI statusNotes
Create/get/list/cancel buildImplementedImplementedbuild create/get/list/cancel
Stream build logsImplementedImplementedbuild logs
Upload build context streamImplementedImplementedbuild upload
Save build secretsImplementedImplementedbuild secrets set
Build service availabilityPartialPartialRuntime may disable BuildService if required build/NATS infra init fails
Deprecated build tier fieldPartialPartialbuild_tier exists in proto but is deprecated/ignored

Model Domain

FeatureAPI statusCLI statusNotes
List/get model metadataImplementedImplementedmodels list/get
Chat completion streamingImplementedPartialmodels chat exists but current CLI implementation uses a fixed stub prompt
EmbeddingsImplementedImplementedmodels embed
Infer / stream inferImplementedImplementedmodels infer uses streaming infer
TranscribeImplementedPartialCommand exists, but current CLI transcribe path uses placeholder file handling
Rerank and stream rerankImplementedLimited CLIAPI exists; no first-class rerank CLI command

Secret Domain

FeatureAPI statusCLI statusNotes
Create/get/list/delete secretImplementedImplementedsecret command group
Org-scoped secret isolationImplementedImplementedSecret namespace is tenant-scoped in runtime/storage model

CLI-Specific Notes

  1. run-once command currently returns unsupported runtime error.
  2. CLI model commands currently expose list/get/chat/embed/infer/transcribe, but not rerank; chat/transcribe ergonomics are currently limited.
  3. CLI does not expose first-class AdminService command tree.

Documentation Confidence

  • High confidence: service inventory, primary RPC wiring, command-tree coverage.
  • Medium confidence: behavior that depends on external infra state (cluster provisioning, DNS, and control-plane dependencies).