Skip to content

    Partner API · v1

    MoveBlueprint Partner API

    Create leads, send the AI video survey, and collect deposits, from your own stack.

    Create & sync leads

    Push leads from your website form, CRM, or voice agent straight into the same pipeline your ops team uses.

    Deliver the AI video survey

    Generate a survey link per lead, send it by SMS or email, and read the structured result back over the API.

    Collect date-holding deposits

    Private beta

    Accept the estimate and capture a deposit to lock the move date, without leaving your stack.

    How it works

    From key to booked move in five steps.

    1. 01Get a key (Settings → Developers)
    2. 02Create a lead
    3. 03Send the survey link
    4. 04Read status / receive webhooks
    5. 05Accept + deposit (beta)

    Example

    Create a lead with one request.

    Bearer auth with an mbk_live_ key. JSON in, JSON out. Webhooks fire when the survey completes and when the estimate is ready.

    curl
    curl -X POST https://dkieategdogjcrtqhkbv.supabase.co/functions/v1/v1/leads \
      -H "Authorization: Bearer mbk_live_…" \
      -H "Content-Type: application/json" \
      -d '{
        "customer_name": "Jane Doe",
        "email": "jane@example.com",
        "phone": "+15555550123",
        "origin_zip": "33101",
        "destination_zip": "30303",
        "move_date": "2026-08-15"
      }'

    MCP server

    Use it from any AI agent.

    MoveBlueprint ships an official MCP server: connect Claude, Cursor, Codex, Cline, or an AI voice agent and run the whole flow as tools: create leads, send the AI video survey, accept quotes, collect deposits, poll status.

    Local (stdio)

    Claude Desktop, Cursor, Codex, Cline, any harness

    json
    {
      "mcpServers": {
        "moveblueprint": {
          "command": "npx",
          "args": ["-y", "moveblueprint-mcp-server"],
          "env": { "MOVEBLUEPRINT_API_KEY": "mbk_live_…" }
        }
      }
    }

    Remote (HTTP)

    Vapi & hosted agents

    https://moveblueprint-mcp-production.up.railway.app/mcp
    X-MoveBlueprint-Key: mbk_live_…

    Each request carries your key in the header, one URL serves every partner.

    Get a key in the dashboard under Settings → Developers.

    Private pilot

    Contact us to get a key.

    We're onboarding a small group of voice-agent and CRM partners. Tell us what you're building and we'll send credentials.