# For agents and developers (https://devrel.directory/docs/additional-resources/for-agents)



devrel.directory is built to be read by machines as much as by people.
Every surface below is read-only, unauthenticated, and free to use: no API key, no signup, nothing to negotiate.
This page is the index; where a surface has deeper documentation, it links there.

## Markdown mirrors [#markdown-mirrors]

The site's content is available as plain Markdown, following the [llms.txt convention](https://llmstxt.org):

* [/llms.txt](/llms.txt): the index. The site's name, a one-line summary, and a linked map of the docs, blog, directory, jobs, events, feeds, and the MCP server.
* [/llms-full.txt](/llms-full.txt): the full corpus. Every docs page plus every directory listing, active job, and upcoming event, in one Markdown file.
* Markdown twins: append `.md` to a page URL to get that page as raw Markdown. This works for every docs page (`/docs/<path>.md`, including [this one](/docs/additional-resources/for-agents.md)) and every directory listing (`/directory/<slug>.md`).

The thinking behind this setup is covered in [Writing Docs LLMs Can Use](/docs/ai-era/docs-for-llms); this site is its own reference implementation.

## MCP server [#mcp-server]

A remote Model Context Protocol server runs at `https://devrel.directory/mcp`, speaking Streamable HTTP.
It is read-only and unauthenticated, and exposes six tools: `search_directory`, `get_listing`, `list_jobs`, `list_events`, `directory_stats`, and `search_docs`.
It is published to the official MCP registry as `directory.devrel/devrel-directory`.
Connection snippets and full tool descriptions are on the [MCP server](/docs/additional-resources/mcp-server) page.

## Feeds [#feeds]

* [/rss.xml](/rss.xml): blog posts.
* [/events.ics](/events.ics): every upcoming DevRel event as an all-day iCal entry.
* [/cfps.ics](/cfps.ics): open CFP deadlines as timed iCal entries, each with a one-week reminder.

## Crawler policy [#crawler-policy]

AI crawlers are explicitly welcome.
[robots.txt](/robots.txt) names GPTBot, ClaudeBot, Claude-User, PerplexityBot, and Google-Extended with allow-all groups of their own, and the generic group allows everything for every other crawler too.
The only disallowed paths, for all user agents, are the payment and webhook endpoints under `/api`, which render nothing worth indexing.
The sitemap linked from robots.txt covers the site's indexable pages.

## Rate limits and fair use [#rate-limits-and-fair-use]

Two surfaces are rate limited per client, because each request does real work:

* `/mcp`: 60 requests per minute.
* `/llms-full.txt`: 30 requests per minute.

Requests over a limit get a `429` with a `Retry-After` header; back off for that long and retry.
Everything else is currently unthrottled, subject to fair use.
If you plan sustained high-volume access, email [submit@devrel.directory](mailto:submit@devrel.directory) first so it can be accommodated rather than mistaken for abuse.

## Attribution [#attribution]

If your agent or product cites data from here, please link back to [devrel.directory](https://devrel.directory) so readers can find the source.
