Do you design forms or code them?
Typeform is beautiful. Multi-step conversational forms with polished design. Hard to beat if that is what you want. But it charges per response, and you cannot create forms from code.
Sutrena is the web runtime for AI agents. No visual editor. You send JSON to an API, get a hosted form, collect submissions, build dashboards. AI agents can do all of it through 44 MCP tools. No mouse required.
For AI agents, Sutrena has 44 MCP tools and a full REST API. Typeform was built for humans designing beautiful conversational forms — no programmatic API for agents to create forms, no way to automate form creation.
| Feature | Sutrena | Typeform |
|---|---|---|
| Approach | You send JSON. You deploy pages, collect data, and visualize results. | You drag and drop in a visual editor |
| Page deployment | Deploy HTML pages to your subdomain via API | Not available |
| AI agent support | 44 MCP tools, REST API, llms.txt | Not built for agents |
| Dashboards | 7 widget types, created via API | Basic response analytics |
| Webhooks | HMAC-signed, Slack/Discord templates | Zapier integrations |
| Pricing | From $9/month (Builder) to $79/month (Scale) | $25/month, 100 responses/month |
| Trial | API key in seconds, no signup | Email signup required |
| Embedding | 2-line snippet or your own HTML | Iframe embed |
| Self-hostable backend | API handles everything | Cloud only |
Starting from $9/mo (Builder)
$29/month
$25/month
Sutrena is the web runtime for AI agents. Three primitives — pages, forms, and dashboards — accessible through one API. Your agent creates web artifacts, humans interact with them, and your agent gets the data back. Framework-agnostic. Works from any MCP client or HTTP client.
1. Get a trial key (no auth, no signup)
curl -X POST https://sutrena.com/api/trial2. Create a form + dashboard from a template
curl -X POST https://sutrena.com/api/forms \
-H "Authorization: Bearer st_trial_xxx" \
-H "Content-Type: application/json" \
-d '{"templateId": "waitlist", "createDashboard": true}'Grab a trial API key. No signup, no credit card. Point your agent at it or call the API yourself. Takes about a minute.