More
requestforms CLI
Official requestforms CLI on npm. Health, stats, public forms, and paid API-key list commands.
The official requestforms CLI is the requestforms package. Agents and developers can script the public API without writing a client from scratch.
npm install -g requestforms
requestforms health
requestforms stats
requestforms form get <formId>
requestforms forms list --api-key rfk_...You can also run npx requestforms without a global install. Set REQUESTFORMS_API_URL to point at another origin. Paid list commands need REQUESTFORMS_API_KEY or --api-key.
The CLI calls the same versioned REST paths as /openapi.json. It is not a write API for creating forms. Use the MCP server at /mcp to sign in and edit forms.