Skip to main content

Quick Start

Create a new AgentMark project:
npm create agentmark@latest
The CLI will walk you through selecting your language, adapter, deployment mode, and IDE setup.
Start the development server:
cd my-agentmark-app
npm run dev
Run your first prompt:
npm run prompt agentmark/customer-support-agent.prompt.mdx
Run an experiment against a dataset:
npm run experiment agentmark/party-planner.prompt.mdx
Build and run the demo app:
agentmark build
npm run demo

What You Get

Your project includes:
  • Example prompts — Ready-to-run prompt templates for text, structured output, images, and speech
  • Test datasets — JSONL files for testing prompts in bulk
  • Local dashboard — View traces, sessions, and requests at http://localhost:3000
  • Development server — Hot-reloading for fast iteration
  • CLI tools — Run prompts and experiments from your terminal
  • Adapter integration — Connect AgentMark to your preferred AI SDK
  • IDE integration — Optional MCP server setup for Claude Code, Cursor, VS Code, or Zed

Learn More

Have Questions?

We’re here to help! Choose the best way to reach us: