NEWWhy single embeddings fail for video.Read the post →

    Infrastructure Manifests

    Infrastructure-as-Code YAML definitions for declarative namespace configuration

    Why do anything?

    Manual infrastructure setup is error-prone. Version-controlled configuration enables reproducibility.

    Why now?

    DevOps practices demand infrastructure-as-code. Declarative configs enable CI/CD.

    Why this feature?

    YAML manifests define complete namespace infrastructure with apply, validate, lint, diff, and export operations.

    How It Works

    Manifests provide declarative infrastructure management for Mixpeek resources.

    1

    Parsing

    Parse YAML manifest with v1.0 schema

    2

    Validation

    Validate against schema and lint rules

    3

    Diff Generation

    Compare manifest to current state

    4

    Application

    Apply changes to create/update resources

    Why This Approach

    YAML is human-readable and version-controllable. Declarative approach ensures reproducibility.

    Integration

    client.manifests.apply(manifest_path="config.yaml")
    client.manifests.validate(manifest_path="config.yaml")