Learn how AgentMark manages prompts in your application
AgentMark takes a developer-first approach to prompt management, treating prompts as files that live in your repository while still providing a platform for non-technical team members.
All prompts in AgentMark are stored directly in your git repository as AgentMark files (.prompt.mdx extension). This approach provides several benefits:
Version Control: Track changes, manage branches, and review prompt updates like code
Local Development: Work on prompts using your preferred development tools
CI/CD Integration: Include prompt testing in your deployment pipeline
Collaboration: Use familiar git workflows for prompt management
AI-enhanced tooling: Use AI to generate prompts, test them, and even generate code to implement them
Prompts are written in AgentMark format, which combines markdown-like syntax with powerful templating and configuration options. Learn more in our AgentMark documentation.
AgentMark supports multiple generation types for prompts, including Text, Object, and Image. Each type is suited for different use cases, such as natural language, structured data, or visual content.Read more about Generation Types