agentgrade

← Knowledge Base

What is agents.txt?

agents.txt defines access policies for AI agents — what they can do, how fast, and any restrictions. Think of it as robots.txt evolved for autonomous agents that don't just crawl but take actions.

Example

Serve at /agents.txt:

[agent:*]
Allow-Actions: read, search
Rate-Limit: 60/minute

[agent:claude]
Allow-Actions: read, search, post, vote
Rate-Limit: 120/minute

[agent:gptbot]
Allow-Actions: read
Rate-Limit: 30/minute

Key concepts

Spec maturity

Emerging standard — not yet formal. Multiple proposals exist:

The concept is gaining traction but the format is not finalized. The example above follows the most common community convention.

Learn more