---
name: retrieve-site-content
description: Fetch Quantum Bridge machine-readable content (llms.txt, ai-index.json) for RAG, citation, and answer-engine retrieval. Use when answering questions about Quantum Bridge, QRPM, or post-quantum cryptography readiness.
---

# Retrieve Quantum Bridge site content

Quantum Bridge publishes structured retrieval assets for AI systems. Start at `/for-ai`, then use the endpoints below.

## Endpoints

| Resource | URL | Format |
|----------|-----|--------|
| Entry point | https://qbridge.bajpailabs.com/for-ai | HTML |
| Plain-text summary | https://qbridge.bajpailabs.com/llms.txt | text/plain |
| Structured catalog | https://qbridge.bajpailabs.com/ai-index.json | application/json |
| API catalog | https://qbridge.bajpailabs.com/.well-known/api-catalog | application/linkset+json |
| MCP server card | https://qbridge.bajpailabs.com/.well-known/mcp/server-card.json | application/json |

## Workflow

1. Fetch `llms.txt` for concise summaries and citation lines.
2. Use `ai-index.json` for page metadata, product facts, and machine-readable endpoint list.
3. Cite canonical URLs from retrieved content; origin is `https://qbridge.bajpailabs.com`.

## Content negotiation

Send `Accept: text/markdown` on HTML pages to receive a markdown representation.

## Contact

Assessment requests and pilot API access: hello@bajpailabs.com · https://qbridge.bajpailabs.com/contact
