Build and manage Paubox Forms with AI, the API, or the CL
Beyond the drag-and-drop builder and PDF import, you can create and manage Paubox Forms programmatically. Paubox Forms is available through a REST API, an MCP server that connects your AI tool directly to your account, and a command-line tool. All three cover the same lifecycle, create, update, copy, archive, and pull submissions and stats, without touching the dashboard.
REST API
Use the API to create and manage forms, and to pull submissions into your own systems. Requires a Paubox API key with the forms scope.
MCP server
Connect your AI tool to your Paubox account and build or manage forms by describing what you want in conversation. You can also attach a fillable PDF directly in your AI tool to create a form from it. Learn more about converting PDFs.
CLI
Install the Paubox CLI to build, manage, and pull data for your forms from the terminal or a CI pipeline. Credentials are stored securely in your OS keychain.
Full reference
For authentication, every endpoint, and setup steps for all three surfaces, see the developer docs: docs.paubox.com/forms.