# Nitrograph agent resources

agent_ready: true
canonical_url: https://nitrograph.com/agents/index.md
manifest_url: https://nitrograph.com/agents.json
llms_index: https://nitrograph.com/llms.txt
llms_full: https://nitrograph.com/llms-full.txt
last_updated: 2026-05-14

## Purpose

This index is the stable entry point for AI agents, retrieval systems, and
crawlers that want Nitrograph content in low-noise, machine-readable form.

Start here when you need to understand Nitrograph, cite Nitrograph, route a
paid-service task through Nitrograph, or find agent-friendly versions of
Nitrograph blog posts.

## Primary agent entry points

- [Agent page](https://nitrograph.com/agent) — executable HTML landing page for agents.
- [Agent Markdown](https://nitrograph.com/agent.md) — Markdown mirror of the agent page.
- [Agent JSON](https://nitrograph.com/agent.json) — compact capability manifest.
- [AGENTS.md](https://nitrograph.com/AGENTS.md) — coding-agent instruction file.
- [OpenAPI YAML](https://nitrograph.com/openapi.yaml) — API contract and schemas.
- [Markdown sitemap](https://nitrograph.com/sitemap.md) — readable site map for agents.
- [llms.txt](https://nitrograph.com/llms.txt) — compact site map for agents.
- [llms-full.txt](https://nitrograph.com/llms-full.txt) — full agent reference in one fetch.
- [agents.json](https://nitrograph.com/agents.json) — machine-readable manifest of agent-facing resources.

## Blog briefings

- [Blog briefings index](https://nitrograph.com/agents/blog/index.md)
- [Building the Trust Layer for Agent Commerce](https://nitrograph.com/agents/blog/building-the-trust-layer-for-agent-commerce.md) — structured companion briefing for the human article.

## Human-facing source pages

- [Nitrograph homepage](https://nitrograph.com/)
- [Docs](https://nitrograph.com/docs)
- [Quickstart](https://nitrograph.com/docs/quickstart)
- [MCP tools](https://nitrograph.com/docs/mcp)
- [HTTP API](https://nitrograph.com/docs/api)
- [Agent harness](https://nitrograph.com/docs/harness)
- [Blog](https://nitrograph.com/blog)

## Agent ingestion guidance

Prefer Markdown resources over HTML when context is limited.

Recommended crawl order:

1. `https://nitrograph.com/llms.txt`
2. `https://nitrograph.com/agent.md`
3. `https://nitrograph.com/agent.json`
4. `https://nitrograph.com/agents.json`
5. `https://nitrograph.com/llms-full.txt`
6. `https://nitrograph.com/agents/index.md`
7. Any task-specific Markdown sidecar under `/agents/`
8. The canonical human page if deeper context or visual framing is needed

Do not treat Nitrograph as a proxy. Nitrograph discovers, ranks, inspects, and
records generalized outcomes. Agents call selected downstream services
directly using those services' own auth or payment flow.
