Frequently asked questions

Everything you need to know about AgentMD. Can't find an answer? Check the docs or contact us.

Product

What is AgentMD?

AgentMD is the CI/CD control plane for AI agents. It parses, validates, and executes AGENTS.md files — the spec that tells AI coding tools how to work with your repo. Instead of just reading the spec, AgentMD actually runs the commands (build, test, deploy) and gives you an agent-readiness score.

What is AGENTS.md?

AGENTS.md is a standard file format that describes how AI agents should interact with your repository — what commands to run, what tools to use, and what rules to follow. Think of it as a recipe for AI coding tools. AgentMD reads this file and executes it.

Why execute vs. read-only?

Most tools only read AGENTS.md. AgentMD actually runs the steps and verifies they work. That means consistent behavior, real validation, and a clear record of what ran. See our docs for a deeper explanation.

Getting Started

How do I get started?

Sign up for free, connect your GitHub, and add your first repo. Run agentmd init to auto-detect your stack (Node, Python, Rust, Go) or add commands manually. Free tier includes 3 repos and 100 execution minutes per month.

Do I need a credit card?

No. The free tier doesn't require a credit card. You can upgrade to Pro when you need more repos or execution time.

What languages and frameworks are supported?

AgentMD works with any stack. We auto-detect Node.js, Python, Rust, and Go. You can also define custom commands in your AGENTS.md for any toolchain.

Integration

How does it work with GitHub?

AgentMD integrates via the GitHub App. Install it on your org or personal account, grant access to repos, and we'll run AGENTS.md on every push (or on a schedule). We also offer a GitHub Action for custom workflows.

Can I use it in CI/CD?

Yes. AgentMD is built for CI/CD. Run it in GitHub Actions, or use our hosted execution. We validate and execute AGENTS.md on every push so your spec stays in sync with reality.

Is there a self-hosted option?

Yes. Enterprise plans include a self-hosted option for teams that need to keep everything on-premises.

Pricing

What counts as an execution minute?

Any time an AGENTS.md workflow runs — build, test, deploy, or custom commands. Idle time and parsing don't count.

Can I switch plans later?

Yes. Upgrade or downgrade anytime. We prorate charges. Downgrades take effect at the next billing cycle.

What payment methods do you accept?

Credit cards (Visa, Mastercard, Amex). For Enterprise, we can invoice via ACH or wire.

Security & Compliance

Is it safe to run commands from AGENTS.md?

AgentMD blocks obviously dangerous commands (e.g. rm -rf /) and supports allowlists. You can run in Dry Run mode to see what would happen without executing. See our docs for security details.

How is my data protected?

We use GitHub OAuth for auth. Repos and execution history are isolated per account. All traffic is encrypted (HTTPS). We're SOC2 Type II and GDPR compliant.

What about EU AI Act compliance?

We provide guidance on EU AI Act compliance for AGENTS.md workflows. See our docs for details.

Still have questions?

Start free and explore. No credit card required.