Agent Integration Guide
Standardized protocols for autonomous procurement and negotiation.
Catalog Access (Static)
Product Catalog Feed (/offers.json) Public
// Returns catalog in JSON-LD compatible format
{
"@context": "https://schema.org",
"@type": "ItemList",
"itemListElement": [
{
"@type": "Offer",
"identifier": "sku-123",
"price": 499.00,
"availability": "https://schema.org/InStock"
}
]
} Headers & Protocol
Agents should include the AI-Agent header in all requests to identify their origin and intent.
AI-Agent: OpenAI/gpt-5.2 (Atlas; 1.0) [LangChain] {browser,filesystem}
Compliance
All autonomous transactions are subject to real-time risk analysis. Agents must respect robots.txt directives and rate limits (default: 100 req/min).