List namespace templates (system + organization + user).
REQUIRED: Bearer token authentication using your API key. Format: 'Bearer sk_xxxxxxxxxxxxx'. You can create API keys in the Mixpeek dashboard under Organization Settings.
"Bearer YOUR_API_KEY"
"Bearer YOUR_STRIPE_API_KEY"
REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like 'my-namespace'
"ns_abc123def456"
"production"
"my-namespace"
Filter by category
Filter by scope (system, organization, or user) Scope of template availability.
system: Mixpeek-provided, available to all orgs organization: Private to org members user: Private to creator only public: User-created, discoverable by all orgs (marketplace)
system, organization, user, public Show only active templates
Successful Response
Unique template identifier (e.g., 'tmpl_semantic_search')
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)
Timestamp when template was created
Timestamp when template was last updated