🤖 ARW Platform
Make your website discoverable by AI agents
One Domain, Two Environments
Test with test_ prefix, deploy with no prefix. Same endpoint, intelligent routing.
Quick Start
Add ARW to your website in 30 seconds:
<script src="https://arw.dev/arw-loader.js"></script>
<script>
window.arwConfig = {
siteId: 'test_my_site_001',
siteName: 'My Website',
apiEndpoint: 'https://arw.dev/api/v1/ingest'
};
</script>
Key Features
✨ Zero-friction testing - No verification required for test_* sites
🚀 Edge-native - Sub-50ms response times globally
🔍 Semantic search - Vector embeddings for content discovery
🔒 Secure - Domain verification for production deployments
API Endpoints
All routes on arw.dev:
POST https://arw.dev/api/v1/ingest
GET https://arw.dev/api/v1/sites
GET https://arw.dev/api/v1/search
Open Console →
View on GitHub