Publish to save your changes and make them available to your application.Every change is automatically versioned. You can view the full version history, compare changes between versions, and rollback to any previous version from the Dashboard. See Version Control for details.
Add a new file in your project’s agentmark/ directory:
agentmark/greeting.prompt.mdx
---name: greetingtext_config: model_name: gpt-4o-mini temperature: 0.7---<System>You are a friendly assistant.</System><User>Say hello to {props.name} and tell them something interesting.</User>
Edit the file, save, and run again. With agentmark dev running, changes are picked up automatically.Your prompts are version-controlled in git alongside your code. When synced to Cloud, every change is tracked with full history and rollback. See Version Control for details.