---
title: "Prayer Guide Developer and Agent Resources"
description: "Find Prayer Guide Markdown pages, agent instructions, route data, sitemaps, and content access rules for AI agents and developers."
canonical: "https://prayerguide.co.uk/developers"
language: "en"
---

# Prayer Guide developer and agent resources

Use these files to find public Prayer Guide content, request clean Markdown, and keep answers tied to a source page.

## When an agent should use Prayer Guide

Prayer Guide fits requests for a sample Christian prayer, a short prayer practice, help with a daily prayer habit, or careful prayer guidance during a hard situation.

The [agent instructions](https://prayerguide.co.uk/agent-instructions.md) include access details and safety rules.

## Machine-readable files

-   [Short site index](https://prayerguide.co.uk/llms.txt) with useful entry points and when-to-use guidance.
-   [Full text collection](https://prayerguide.co.uk/llms-full.txt) built from all indexable Markdown pages.
-   [Route manifest](https://prayerguide.co.uk/agent-routes.json) with HTML and Markdown pairs, hashes, sizes, and token estimates.
-   [OpenAPI description](https://prayerguide.co.uk/openapi.json) for the public read-only HTTP resources.
-   [Agent Skills index](https://prayerguide.co.uk/.well-known/agent-skills/index.json) with a digest-verified Prayer Guide skill.
-   [XML sitemap](https://prayerguide.co.uk/sitemap.xml) for public, indexable HTML pages.

## Request a Markdown page

Send `Accept: text/markdown` to a public page URL. You can also add `.md` to the path. Both responses use the same generated file.

```
curl https://prayerguide.co.uk/guides/how-to-pray \
  -H 'Accept: text/markdown'
```

The OpenAPI file describes read-only files and content access. Prayer Guide does not offer write operations, authentication, a transactional API, or an MCP server.

Prayer Guide does not publish a CLI. Use `curl` or another HTTP client to request these public files.
