๐Ÿ”Œ Partner Integration Portal

The Infrastructure Layer for
AI-to-Business Communication

OpenFetch provides a verified, structured data layer between AI agents and real-world businesses. Query any business's AI passport in a single API call โ€” structured, trusted, and always up-to-date.

26+
Domains Indexed
Growing daily
98.4%
Avg Token Reduction
Per agent request
14.8K+
Protocol Queries
Served this month
99.9%
Uptime SLA
API availability

Integration Patterns

How AI companies use the Horizon protocol

๐Ÿค–

AI Assistant Integration

Enable your AI assistant to query any business's structured passport before responding to user queries. Reduces hallucinations, improves factual accuracy.

ChatGPT PluginsClaude ToolsGemini Extensions
๐Ÿ”

Search & Discovery Layer

Use the Horizon registry as a trust layer for your search index. Verified businesses receive structured data directly โ€” no scraping required.

RAG PipelinesVector DBsWeb Crawlers
๐Ÿ“Š

Enterprise Data Feeds

Subscribe to registry updates for your sector. Get webhook notifications when new businesses are verified or scores change significantly.

WebhooksStreaming APIBatch Export
๐Ÿ›ก

Trust & Verification API

Add a real-time trust check to your agent workflow. Before acting on any business instruction, verify their Horizon score and certified status.

Agent OrchestrationMCP HandshakeTrust Graphs

Registry API Reference

RESTful ยท JSON ยท No authentication required for read queries

Query a domain's verification status, AI-ready score, and structured passport data.

Request
GET https://open-horizon.ai/api/v1/verify/[domain]
Example Response
{
  "domain": "example.com",
  "verified": true,
  "score": 100,
  "breakdown": {
    "readability": 100,
    "actionability": 100,
    "trust": 100
  },
  "verifiedMethods": ["dns", "pixel"],
  "enterpriseRedundancy": true,
  "passportUrl": "https://open-horizon.ai/passport/example.com",
  "protocol": "open-horizon/v1"
}
โšก

98.4% Token Reduction per Business Query

Instead of crawling a full business website (avg. 18,000 tokens), AI agents query the Horizon passport directly (avg. 280 tokens). That's a 17,720 token saving per query โ€” across every AI assistant, every session.

Savings = N queries ร— (18,000 โˆ’ 280) tokens = N ร— 17,720 tokens