Generate a document from a raw template body (no persistence)
jsonfabrica_generate_adhocGenerate a JSON document on the fly from a raw body string to test template syntax without saving a reusable template. Set debug namespaces to isolate sequence side effects.
Instructions
Calls POST /v1/templates/generate. Generates a document directly from a raw body string without creating a template record — useful for quickly iterating on template syntax. Goes through the same billing/usage metering as persisted-template generation (not a free bypass). createSeq()/durable sequence side effects still apply; set sequenceNamespace/ variableNamespace to e.g. "debug" to avoid colliding with real tenant sequences.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| seed | No | ||
| params | No | ||
| context | No | ||
| sequenceNamespace | No | ||
| variableNamespace | No |