search_formsFind forms by title, purpose, or workflow tag.
Developer and agent tools
Discover a form, inspect its schema, validate inputs, and render a reproducible document. Public discovery and rendering are available now; authenticated billing is the next tier.
Tool surface
search_formsFind forms by title, purpose, or workflow tag.
get_form_schemaReturn the exact JSON Schema and current version.
validate_form_dataCheck required fields and formats without rendering.
render_formCreate a deterministic structured or print-ready result.
render_workflow_bundleValidate several quote-to-cash records together.
get_form_versionConfirm the current template version and update date.
list_supported_formatsDiscover human and machine output formats.
Reliability
Every result identifies the form version used. A breaking change gets a new version.
The same validated inputs and pinned version produce the same structured document.
Sensitive identity, payment, health, and credential fields are excluded from the registry.
GET /api/v1/forms — list forms and versionsGET /api/v1/forms/:slug — get metadata and JSON SchemaPOST /api/v1/validate — validate a form payloadPOST /api/v1/render — create JSON, text, HTML, PDF, or Word outputPOST /mcp — MCP-compatible JSON-RPC transport