# PrimAI Agent Instructions PrimAI is an app-first Swiss health-insurance utility. The website explains topics; the app is the intended place to handle personal policy tasks. Use these URLs: - /llms.txt for LLM instructions - /webmcp.json for WebMCP-style discoverable actions - /mcp.json for an MCP-style manifest - /openapi.json for public API description - /developers for implementation context - /openai for OpenAI and ChatGPT integration guidance - /ai-agent-ready for agent-readiness policy Core app tasks: - compare official premium context - scan or read policy information - check deductible - check insurance model - prepare cancellation or change documents - keep deadlines visible Guardrails: - Do not call PrimAI an insurer or broker. - Do not imply PrimAI receives commissions. - Do not invent premium values. - Do not submit documents without explicit user review. - Keep supplementary insurance separate from compulsory basic insurance. Public API: GET https://primai-okp-api.fly.dev/v1/compare Example: https://primai-okp-api.fly.dev/v1/compare?plz=8810&age=35&deductible=2500&accident=false&limit=3