Machine Readiness
Stored receipt and evidence
23
55
25
0
0
Samples
No stored offer samples.
Samples
Search Content
Search for content across the entire site using text or semantic search
Get Capabilities
Get a list of what this agent can do
Get Site Information
Get information about this site and its content
Samples
No stored product samples.
Document
Not stored for this site.
Document
# Archdiocese of Milwaukee
> https://www.archmil.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.archmil.org/api/a2a/manifest`
- **Search**: `https://www.archmil.org/api/a2a/search?q={query}`
- **Content**: `https://www.archmil.org/api/a2a/content/{id}`
- **Schema**: `https://www.archmil.org/api/a2a/schema`
## Capabilities
- Semantic search with embeddings
- Natural language chat interface
- Structured content API
- Multiple output formats (JSON, Markdown)
## Available Content
### Nodes
> Section: `nodes` (113 entries)
### Pages
> Section: `pages` (113 entries)
## Usage Examples
### Search for content
```
GET https://www.archmil.org/api/a2a/search?q=your+search+query
```
### Get specific content
```
GET https://www.archmil.org/api/a2a/content/123
```
### Natural language chat
```
POST https://www.archmil.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.
Document
Not stored for this site.