Parse → Validate → Execute
Your AGENTS.md is the spec.
We execute it.
The CI/CD platform for AI agents. Get your agent-readiness score in under 2 minutes—one file, no config.
Quick install
Get started in 60 seconds
One command, no install
npx @agentmd-dev/cli initGitHub Action
Add to CI (Pinned SHA)
uses: iedayan/agentmd/.github/actions/agentmd@7f23caa9a688230815368fc07716828884479cadAdd to GitHub
Install the app
/github/installnpm package
Add to project
pnpm add @agentmd-dev/coreNo install required · Free for 3 repos · No credit card
---# Agent instructions for AI coding tools--- ## Build ```bash$ pnpm run build``` ## Test ```bash$ pnpm run test``` ## Lint ```bash$ pnpm run lint```60K+ repos
AGENTS.md standard
Governance-first
Guardrails & audit
2 min setup
No config required
Get your agent-readiness score
Paste your AGENTS.md or README below. No signup required—instant results.
Ready to validate
Click "Parse & validate" to see sections, commands, and your score.
Why AgentMD?
The only platform that executes the AGENTS.md spec. Parse, validate, and run—with governance from the start.
One file, one spec
AGENTS.md is the emerging standard backed by Linux Foundation, OpenAI, and 60K+ repos. We execute it—no lock-in.
Governance built in
Guardrails, permissions, and audit trails from day one. Catch breaking changes before production.
Runs in your CI
GitHub Actions, push, PR, or cron. Same commands your agents use. Zero drift.
Parse · Validate · Execute
A complete lifecycle engine for your AI agents, seamlessly integrated into your repository via Agentic UX.
Execute in CI
Run on push, PR, or cron. Results stream back via Chain of Thought logs. Catch breaking changes before they hit production.
Readiness score
Get a 0–100 score on how agent-ready your repository is.
Parse & validate
Extract sections and commands directly from your AGENTS.md file. Surface errors and syntax issues immediately in our dashboard before CI runs.
What you get
Agent-ready in three steps. Under a minute.
Create AGENTS.md
Run npx @agentmd-dev/cli init — auto-detects Node, Python, Rust, or Go. No install.
Add to CI
Drop the GitHub Action into your workflow. No install, no config.
Ship with confidence
Every run validated. Every command tracked. No drift.
Add to .github/workflows/ci.yml
- uses: iedayan/agentmd/.github/actions/agentmd@7f23caa9a688230815368fc07716828884479cad
with:
command: validate
path: .