Guides

Quick Start

The fastest path from zero to a working voice interaction.

Step 1: Log into Nimrobo

  • Create a Nimrobo account
  • Create a new Voice Project (or skip if using Instant Voice Links)

Step 2: Generate an API Key

  • Go to Settings → API Keys
  • Create a new API key
  • Keep this key secret
⚠️ Never expose this key in client-side code.

Step 3: Write the Nimrobo Prompt

Your prompt governs the entire voice session.

At minimum, your prompt should define:

  • The goal of the interaction
  • The role of the voice agent
  • The type of questions to ask
Example (minimal)
You are conducting a short user discovery interview. Your goal is to understand the user’s primary pain points. Ask concise, open-ended questions and probe deeper when answers are vague.

Step 4: Connect Nimrobo inside Lovable

In Lovable:

  • Create your workflow (screens, logic, conditions)
  • Decide where voice interaction is required
  • Call Nimrobo to generate a Voice Link
  • Attach your prompt to the Voice Link

Lovable controls when the voice session happens. Nimrobo controls how the conversation happens.

Step 5: Run a Session

  • Share the generated Voice Link with the participant
  • The participant completes the voice interaction in-browser
  • Nimrobo records audio and generates a transcript

Step 6: Access the Output

  • Fetch the Voice Session from Nimrobo
  • Use the transcript in your Lovable workflow

That’s it. You have a working voice-powered flow.