search_formsFind forms by title, purpose, or workflow tag.
A form registry for agents
Discover a form, inspect its versioned schema, validate inputs, and produce a reproducible document. Public discovery, validation, and rendering are available now; authenticated service levels and billing are the next launch 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 contract
Every result identifies the form version used. A future breaking change receives a new version.
The same validated inputs and pinned form version produce the same structured document.
Sensitive identity, payment, health, and credential fields are intentionally 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