Create a zombie
Creates a new zombie from a TRIGGER.md (deployment manifest) and a SKILL.md (agent instructions). The server is the single parser of TRIGGER.md frontmatter — name and the persisted config_json are derived server-side. The CLI (zombiectl install --from <path>) sends the two markdown files as raw bytes; no YAML parsing happens client-side.
Authorizations
Obtain a token via the CLI auth flow (POST /v1/auth/sessions) or GitHub OAuth
Path Parameters
UUIDv7 of the workspace.
Body
TRIGGER.md raw bytes — YAML frontmatter (name, trigger, tools, credentials, network, budget, gates) between --- delimiters. Server parses this to derive name and the persisted config_json.
65536SKILL.md raw bytes — the agent instructions, stored as-is.
65536