Skip to main content

What is a manifest?

Every Vibe app is defined by a vibe.yaml manifest. The manifest tells the Vibe runtime:
  • What container images to run
  • How services depend on each other
  • What state volumes to persist
  • What capabilities the app requires
  • Who published it and how to verify the signature

Kind

All manifests must declare kind: vibe.app/v1:

Complete example

Sections