Post Manifests
POST/v1/manifests
Register a worker or saga manifest. Accepts YAML or JSON body.
Body must define a mapping with kind (worker | saga) and kind-specific
fields. Same schema as the file-based manifests used by the CLI.
Returns: ManifestDeployResponse with a success message.
Raises: HTTPException: 400 on invalid body, unknown kind, or (saga) missing workers.
Responses
- 200
- 400
Successful Response
Manifest validation failed (invalid YAML/JSON, unknown kind, missing worker references, schema errors).