Prompts overview
Managing named prompts and identifiers for generative video workflows.
Prompt identifiers
Each prompt has a stable identifier you can target from code or the API. Treat identifiers like API names — rename carefully because downstream jobs may reference them.
Types
Frametail tracks the modality of a prompt (for example, text-to-video) so the UI can validate inputs and surface the right controls. Pick the type that matches your production pipeline.
Editing workflow
- Draft changes in the editor.
- Save a new version rather than overwriting history when possible.
- Run a small benchmark or trace-backed test before promoting broadly.