Automate Onboarding
Generate personalized forms for each new hire from your HR system.
Full REST API, hosted MCP server, and OpenAPI spec. Create forms, manage questions, generate recipient links, and trigger webhooks from your code or your AI client.
Create forms, add questions, and generate shareable links — all from your codebase.
const response = await fetch("https://www.formalingo.com/api/v1/forms", {
method: "POST",
headers: {
"Authorization": "Bearer fl_key_...",
"Content-Type": "application/json",
},
body: JSON.stringify({
title: "Customer Feedback",
status: "draft",
}),
})
const form = await response.json()
// { id: "frm_a1b2c3", title: "Customer Feedback", ... }Create forms, add questions and sections, manage recipients, handle documents and signatures. Every feature in the dashboard is available via API.
Auto-generated OpenAPI spec at /api/v1/. Import into Postman, generate client libraries, or browse interactive documentation.
Generate API keys with granular permissions: read:forms, write:forms, read:submissions, webhooks, and more. Set expiration dates for security.
Connect Codex, Claude, Cursor, or any MCP-compatible assistant to curated Formalingo tools using API-key or OAuth bearer auth.
Subscribe to form submissions, document signings, and more. HMAC-signed payloads for security. Delivery log for debugging.
From onboarding automation to embedded forms, data sync, and AI-agent assistance — if you can code it or connect an MCP client, you can build it.
Generate personalized forms for each new hire from your HR system.
Create forms on-the-fly and embed them in your product.
Use webhooks to push form responses to your CRM, database, or data warehouse.
Chain API calls with conditional logic to build complex automation pipelines.
Let AI clients draft forms, inspect document workflows, and manage recipients through MCP tools.
Everything you need to know about the Formalingo developer API.
Still have questions? Chat with our team
See what else Formalingo can do for your team.
Full REST API, hosted MCP, and OpenAPI spec. Free during pilot.