Backends
Promptmd can run prompts using different backends.
opencode(recommended): runs prompts via the OpenCode CLI with streamingsubprocess: runs prompts by spawning a command you controlmock: no AI calls; useful for trying out workflow mechanics
Pick a backend in a .promd config file (project or global) or override with --backend.
backend: opencode
opencode:
model: anthropic/claude-sonnet-4Backend docs: