- Create: Select resources from your Sinas instance → export as
SinasPackageYAML - Share: Distribute the YAML file (GitHub, email, package registry)
- Install: Paste/upload the YAML → preview changes → confirm install
- Uninstall: Removes all resources created by the package in one operation
- Resources created by packages are tagged with
managed_by: "pkg:<name>" - Detach-on-edit: Editing a package-managed resource clears
managed_by— the resource survives uninstall - Uninstall: Deletes all resources where
managed_by = "pkg:<name>"+ the package record - Upgrade: Re-installing an existing package updates its resources in place (idempotent apply)
- Excluded types: Packages cannot include roles, users, LLM providers, or database connections (these are environment-specific)
- Dependencies: Packages can declare Python dependencies — these are recorded in the database and installed in containers on worker restart
agent, function, skill, connector, manifest, component, query, collection, store, template, webhook, schedule, database_trigger.