List available scaffold templates (public, no auth required).
Scaffolds are pre-configured templates that create complete infrastructure:
Categories:
media - Video, image, podcast searchdocuments - Document Q&A, RAGecommerce - Product catalog searchTo instantiate (requires auth):
POST /v1/templates/scaffolds/{template_id}/instantiate
{"namespace_name": "my_app"}
Documentation Index
Fetch the complete documentation index at: https://docs.mixpeek.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Filter by category (media, documents, ecommerce)
Only show active templates
Successful Response
Unique template identifier (e.g., 'tmpl_semantic_search')
^tmpl_[a-z0-9_]+$Type of resource this template creates
namespace, retriever, cluster, collection, bucket, taxonomy, scaffold Template scope (system or organization)
system, organization, user, public Organization internal ID. For system templates, use 'system'. For org templates, use the actual internal_id.
Human-readable template name
1 - 100Detailed description of the template's purpose
1 - 1000Template-specific configuration (varies by template_type)
Template instantiation mode: clone (with data), config (empty), or scaffold (preset)
scaffold, config, clone Optional category for organizing templates
Tags for categorizing and filtering templates
Whether this template is available for use
Whether this template is publicly discoverable without authentication
List of common use cases for this template
List of requirements (e.g., 'Requires text embeddings')
User ID who created this template (for org templates)
ID of the resource this template was created from (for org templates)
Reference to a sample/golden namespace for this scaffold (used for Studio quickstart cloning)
Timestamp when template was created
Timestamp when template was last updated