Motivation Form Docs

Overview

Motivation Form — agent-first form-as-a-service. Define forms as Markdown, deploy with one command.

Motivation Form is an agent-first form-as-a-service product by Motivation Labs. Forms are defined as .md files with YAML frontmatter, deployed via CLI or MCP agent, and rendered as branded public pages at form.motivationlabs.ai/{slug}. Submissions are stored in Supabase and delivered by email.

How it works

A form is a single .md file. You deploy it with one command or one MCP tool call — it becomes a live, branded public page. Respondents fill and submit the form; you receive submissions by email and view them in the dashboard.

mf deploy my-form
# → https://form.motivationlabs.ai/my-form

Or from an agent conversation:

> Deploy the campaign-brief form and give me the URL.
[MCP: deploy_form("campaign-brief")]
→ https://form.motivationlabs.ai/campaign-brief

Primary interfaces

InterfaceWho uses itHow
CLI (mf)Developers in a terminalnpm install -g motivation-form
MCP serverAI agents (Claude Code, Codex, Cursor)Add server URL to agent config
REST APICustom integrationsHTTP + API key
DashboardForm owners (read-only)form.motivationlabs.ai/dashboard/{slug}

Guides

On this page