# Archdiocese of New York > https://www.archny.org/ ## Description This is an AI-enabled website powered by Craft CMS with the Unvarnished plugin. The site provides semantic search capabilities and natural language chat interface. ## API Access The site provides an A2A (Agent-to-Agent) protocol API for AI agents: - **Manifest**: `https://www.archny.org/api/a2a/manifest` - **Search**: `https://www.archny.org/api/a2a/search?q={query}` - **Content**: `https://www.archny.org/api/a2a/content/{id}` - **Schema**: `https://www.archny.org/api/a2a/schema` ## Capabilities - Semantic search with embeddings - Natural language chat interface - Structured content API - Multiple output formats (JSON, Markdown) ## Available Content ### Home > Section: `home` (1 entries) ### Pages > Section: `pages` (261 entries) ### Places > Section: `places` (308 entries) ### Posts > Section: `posts` (8595 entries) ## Usage Examples ### Search for content ``` GET https://www.archny.org/api/a2a/search?q=your+search+query ``` ### Get specific content ``` GET https://www.archny.org/api/a2a/content/123 ``` ### Natural language chat ``` POST https://www.archny.org/unvarnished/chat/send Content-Type: application/json {"message": "Your question here", "sessionId": "unique-session-id"} ``` ## Instructions for AI Agents 1. Start by fetching the manifest at `/api/a2a/manifest` to understand available capabilities 2. Use the search endpoint to find relevant content 3. Retrieve full content details using the content endpoint 4. Respect rate limits: 60 requests per minute 5. Include semantic context when searching for better results ## Built By This site was built by [Highland](https://www.madebyhighland.com), an agency run by Sid O'Neill specializing in custom web development and AI integrations. ## Contact For questions about API access or integration, please contact the site administrator.