Infer onboarding configuration
Given a free-text use-case description, uses an LLM to recommend the best scaffold template, extractors, retriever stages, and sample queries for the user’s project.
Authorizations
Mixpeek API key, sent as Authorization: Bearer mxp_sk_.... Create one in Studio under Settings → API Keys, or with an admin key via POST /v1/organizations/users/{user_email}/api-keys. A missing header returns 403; an invalid or revoked key returns 401.
Body
Free-text description of what the user wants to build.
5 - 2000"I want to search my product catalog by image"
"I need to moderate user-generated content on my platform"
Optional hint about data types the user has (e.g. 'video', 'pdf', 'image').
Response
Successful Response
Template ID from the scaffold catalog (e.g. 'tmpl_scaffold_video_understanding').
Human-readable template name.
Model confidence in this recommendation.
0 <= x <= 12-3 sentence explanation of why this scaffold was chosen.
Recommended feature extractors.
Recommended retriever pipeline stages.
Example search queries the user could run.
Second-best template if the primary isn't a great fit.

