Skip to main content

Quick Start

Create a new AgentMark project:
npm create agentmark@latest my-agentmark-app
Start the development server:
cd my-agentmark-app
npm run dev
Run your first prompt in the terminal:
npm run prompt agentmark/customer-support-agent.prompt.mdx
Run your first experiment in the terminal:
npm run experiment agentmark/party-planner.prompt.mdx
Use your prompt in a demo app:
npm run demo
That’s it! You’re ready to build with AgentMark.

What You Get

Your project includes:
  • Example prompts - Ready-to-run prompt templates
  • Test datasets - Example data for testing prompts
  • Local Telemetry - View traces and logs in your browser
  • Development server - Hot-reloading for fast iteration
  • CLI tools - Run prompts and experiments from your terminal
  • Adapter Integration - Connect AgentMark to your favorite SDK

Learn More