{
  "schema_version": "v1",
  "name": "IPConfig",
  "description": "AI-vibe coding friendly geolocation API with deterministic JSON, OpenAI JSON support, and simple Bearer token security.",
  "homepage_url": "https://ipconfig.site/",
  "openapi_url": "https://ipconfig.site/openapi.json",
  "ai_plugin_url": "https://ipconfig.site/.well-known/ai-plugin.json",
  "manifest_url": "https://ipconfig.site/manifest.json",
  "docs_url": "https://ipconfig.site/docs/gpt-actions",
  "auth": {
    "type": "bearer",
    "authorization_header": "Authorization: Bearer <api_key>"
  },
  "compatibility": {
    "openapi_canonical": true,
    "openai_json_supported": true,
    "security_model": "bearer_token"
  }
}
