@contio/partner-sdk - v1.7.1
    Preparing search index...

    Interface ToolkitManifest

    interface ToolkitManifest {
        action_buttons?: ManifestActionButton[];
        canvas_templates?: ManifestCanvasTemplate[];
        license?: string;
        license_url?: string;
        name?: string;
        next_steps?: ManifestNextStep[];
        ownership_type?: ManifestOwnershipType;
        schema_version?: string;
        shortcuts?: ManifestShortcut[];
        templates?: ManifestTemplate[];
        toolkit_prompt?: string;
        usage_guidance?: string;
        version?: string;
        workflows?: ManifestWorkflow[];
    }
    Index

    Properties

    action_buttons?: ManifestActionButton[]
    canvas_templates?: ManifestCanvasTemplate[]
    license?: string

    SPDX license identifier or expression declaring usage terms.

    license_url?: string

    Optional URL to the full license text. Recommended for custom licenses.

    name?: string

    Human-readable toolkit name. Required in standalone manifest files.

    next_steps?: ManifestNextStep[]
    ownership_type?: ManifestOwnershipType

    Ownership type that determines import behaviour. Defaults to PUBLIC.

    schema_version?: string

    Manifest schema version this file conforms to (e.g. "1").

    shortcuts?: ManifestShortcut[]
    templates?: ManifestTemplate[]
    toolkit_prompt?: string

    System prompt for the toolkit-aware AI assistant.

    usage_guidance?: string

    Usage guidance shown to users explaining when/how to use the toolkit.

    version?: string

    Semantic version of the toolkit content (e.g. "1.0.0").

    workflows?: ManifestWorkflow[]