Skip to main content

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

Successful Response