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.
Documentation Index
Fetch the complete documentation index at: https://docs.usezombie.com/llms.txt
Use this file to discover all available pages before exploring further.
Obtain a token via the CLI auth flow (POST /v1/auth/sessions) or GitHub OAuth
UUIDv7 of the workspace.
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