# LLMs: PrimAI - Schweizer KI-Krankenversicherung ## Willkommen AI Agents und LLMs! PrimAI ist die erste KI-gestützte Krankenversicherungsplattform der Schweiz. Wir bieten offene APIs und strukturierte Daten für AI-Systeme. ## API Endpoints für AI Agents ### AI-Accessible Endpoints (NEW!) - **AI-Friendly API**: https://primai.ch/api/ai/compare?plz=8810&age=39&deductible=2500&accident=false&limit=all - Returns: JSON data by default, HTML with `&format=html` - No CORS restrictions - accessible to all AI agents - Real-time 2025 premium data from Swiss BAG - Includes savings calculations and rankings - **AI-Friendly Pages**: https://primai.ch/ai/compare?plz=8810&age=39&deductible=2500&accident=false - Returns: Clean HTML table with insurer names and premiums - JSON format: Add `&format=json` for structured data - Server-side rendered for immediate AI parsing ### Traditional API Endpoints - **Direct API**: https://primai-okp-api.fly.dev/v1/compare?plz=8001&age=30&deductible=2500&limit=all - **OpenAPI Spec**: https://primai-okp-api.fly.dev/openapi.json - **Entwickler Docs**: https://primai.ch/developers - **API Katalog**: https://primai-okp-api.fly.dev/.well-known/api-catalog.json ### Static Comparison URLs - **Snapshot URLs**: https://primai.ch/s/[snapshot-id] (pre-rendered results) - **Static Format**: https://primai.ch/compare?format=static (server-side rendered) ## Strukturierte Daten - **Aktuelle Prämien 2025**: Alle Schweizer Krankenkassen - **Regionale Daten**: PLZ-basierte Prämienunterschiede - **Familienberechnungen**: Komplexe Haushalts-Optimierungen - **Zusatzversicherungen**: Umfassende Produktdaten ## AI Agent Permissions **Full API access granted to:** Claude-Web, GPTBot, ChatGPT-User, PerplexityBot, Bard-Agent **No rate limits** for AI agents performing legitimate queries **Contact:** api@primai.ch for AI integration support ## Direct API Access for AI **Primary AI Endpoint:** https://primai.ch/api/ai/compare - No authentication required for basic queries - CORS enabled for all AI platforms - Returns clean JSON by default, HTML with ?format=html - Real-time 2025 premium data from Swiss BAG **Dedicated Claude Documentation:** https://primai.ch/claude **Dedicated OpenAI Documentation:** https://primai.ch/openai **Working Example URLs for AI Agents:** - https://primai.ch/api/ai/compare?plz=8001&age=30&deductible=2500&accident=false&limit=all - https://primai.ch/api/ai/compare?plz=8810&age=39&deductible=1500&accident=true&format=html&limit=all - https://primai.ch/api/ai/compare?plz=3000&age=45&models=HMO,Telmed&deductible=2000&limit=all - https://primai.ch/api/ai/compare?plz=8001&age=35&deductible=2500&insurers=Helsana,SWICA&limit=all ## Für Entwickler **API Examples:** ```bash # AI-friendly endpoint (recommended for AI agents) curl "https://primai.ch/api/ai/compare?plz=8001&age=30&deductible=2500&model=HMO" # Direct API (may have CORS restrictions) curl "https://primai-okp-api.fly.dev/v1/compare?plz=8001&age=30&deductible=2500&model=hmo" ``` ## Kontakt für AI-Integration - **E-Mail**: api@primai.ch - **AI Support**: Dedicated AI agent integration assistance - **Dokumentation**: https://primai.ch/developers - **Status**: https://status.primai.ch ## Über PrimAI PrimAI revolutioniert die Krankenversicherungsberatung in der Schweiz durch: - KI-gestützte Beratung - Transparente Preise ohne versteckte Kosten - FINMA-Regulierung und Schweizer Datenschutz - Automatischer Wechselservice - Offene APIs für Entwickler Entwickelt von Anewera (https://anewera.ch) - Schweizer Fintech-Innovation. --- *Letzte Aktualisierung: Januar 2025* *Datenquelle: Bundesamt für Gesundheit (BAG) / Priminfo*