{
  "$schema": "https://super-calendar.io/agents/index.schema.json",
  "name": "Super Calendar Agent Index",
  "version": "1.0.0",
  "kind": "agent-discovery-index",
  "description": "Machine-readable map for agents interacting with Super Calendar.",
  "resources": {
    "llms": "/llms.txt",
    "llms_full": "/agents/llms-full.txt",
    "contract": "/agents/contract.md",
    "capabilities": "/agents/capabilities.json",
    "capabilities_schema": "/agents/capabilities.schema.json",
    "gateway_schema": "/agents/gateway.schema.json",
    "workflows": "/agents/workflows.json",
    "workflows_schema": "/agents/workflows.schema.json",
    "version": "/agents/version.json",
    "openapi": "/api/swagger/json",
    "ioapi": "/io/ioapi.json",
    "i18n_manifest": "/common/i18n/manifest.json",
    "importing": "/importing/"
  },
  "authority_order": [
    "user_explicit_instruction",
    "openapi",
    "mcp_contract",
    "ioapi",
    "i18n_manifest",
    "capabilities",
    "workflows",
    "agent_contract",
    "llms_full",
    "llms_txt",
    "human_docs",
    "prior_model_knowledge"
  ],
  "privacy": {
    "anonymous_ip_language_inference": false,
    "anonymous_ip_country_inference": false,
    "anonymous_geolocation_inference": false,
    "anonymous_preference_persistence": false,
    "private_feed_urls_are_credentials": true
  },
  "content_policy_intent": {
    "search": true,
    "ai_input": true,
    "ai_train": false
  }
}
