API Request Variable Builder
Turns a reusable API request prompt into a clean variable set covering endpoint, method, auth, payload, response format, and error handling.
Documents variables in standard operating procedure prompt templates — process name, owner, steps, exceptions, validation checks, handoff rules, and review cadence.
SOP templates are written once and used for years. When the same base template is adapted across departments, {{steps}} and {{procedureSteps}}, or {{validationChecks}} and {{checks}}, accumulate as near-duplicates across different versions. The variables that cause problems are also the ones filled in by different roles at different times: process owner by a manager, steps by an operator, review cadence by a compliance team. A documented variable schema — names aligned and formats specified — prevents both problems before the SOP goes live.
Open in Prompt Variable Builder
Load the SOP template. The tool detects all eleven variables including processName, processOwner, steps, exceptionHandling, and reviewCadence.
Check for similar variable names
SOP templates often accumulate {{steps}}, {{procedureSteps}}, and {{workflowSteps}} across versions. The similarity check surfaces these for consolidation. Rename to one consistent form before the template is distributed.
Set types and add format descriptions
Set effectiveDate as date type. Steps and validationChecks should have descriptions specifying whether numbered steps or plain prose is expected.
Export and distribute
Share the Markdown doc with all roles contributing to the SOP. Use JSON or CSV in the document management tool.
The Prompt Variable Builder's similarity check surfaces them. It flags pairs like {{steps}} versus {{procedureSteps}} versus {{workflowSteps}}, or {{validationChecks}} versus {{checks}}, that accumulate as different departments adapt the base template — so you rename to one consistent form before distribution, preventing silent substitution failures in automated SOP tools downstream.
An exportable variable schema — Markdown, JSON, or CSV. After the tool detects the template's variables, you set {{effectiveDate}} as a date type and add descriptions specifying, say, whether {{steps}} expects numbered steps or plain prose. The Markdown reference goes to every role contributing a section; JSON or CSV feeds a document-management tool. The export documents the schema; it doesn't generate the finished SOP.
Turns a reusable API request prompt into a clean variable set covering endpoint, method, auth, payload, response format, and error handling.
Cleans up variables in landing page prompt templates — headline, audience, pain point, offer, social proof, CTA, and objections.
Documents and exports variables from user story and acceptance criteria prompt templates — persona, goal, outcome, constraints, and definition of done.
A reusable AI agent task template with variables for objective, context, available tools, constraints, success criteria, failure handling, and output format.
Formats fuzzy agent instructions into a structured prompt with objective, available tools, constraints, success criteria, and failure handling.
Turn any plain prompt into a reusable, variable-based template — auto-detect values and export.
Turn a prompt that worked once into one you can reuse — pull the winning prompt out of the chat, mark the parts that change as variables, and lock it into a clean template.
You have a prompt that works, but you rewrite it by hand every time something changes — and sometimes you miss a spot or break a rule that mattered. Here's how to turn it into a template with variables for what changes and fixed rules for what shouldn't.