Skip to content

Build Wizard

The Build Wizard is an AI-powered assistant that walks you through setting up your BeInfi presence step by step. Instead of navigating multiple screens and filling forms manually, you describe what you want and the wizard builds it for you.

  • Create listings — Describe your product in plain language and the wizard generates a full listing with title, description, price suggestion, category, and tags.
  • Build link-in-bio pages — Tell the wizard about your brand and it generates a themed page with blocks, links, and product embeds.
  • Set up payment flows — Describe your use case (“I need to charge clients R$500 for consulting sessions”) and the wizard creates the appropriate payment link configuration.
  • Configure your store — The wizard walks you through profile setup, PIX key registration, and initial settings.
  1. Click the Build Wizard button in the top navigation bar (or press Ctrl+K).
  2. Type what you want to create in plain language. Examples:
    • “Create a listing for my photography preset pack, priced at R$39”
    • “Build a link-in-bio page for my freelance design business”
    • “Set up a payment link for monthly coaching sessions”
  3. The wizard generates a preview. Review the details.
  4. Click Apply to create the resources, or Edit to refine before saving.
Terminal window
curl -X POST https://api.beinfi.com/v1/ai/build-page \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"prompt": "Create a link-in-bio page for a fitness coach with links to training plans, a consultation booking, and social profiles",
"language": "pt-BR"
}'

The response includes a structured page layout that you can apply directly or modify before publishing.

  • Be specific — The more detail you provide, the better the output. Include prices, target audience, and key features.
  • Iterate — Use the wizard multiple times to refine. Each generation uses your previous context.
  • Combine with manual edits — Let the wizard create the first draft, then fine-tune details manually in the editor.
  • Use in Portuguese or English — The wizard understands both languages and generates content in whichever you specify.

Build Wizard generations count toward your monthly AI usage quota. See Content Generation for plan limits and tracking.