Discovery Paths
- AI plugin
- /.well-known/ai-plugin.json
- OpenAI compatibility index
- /openai.json
- Machine manifest
- /manifest.json
- Canonical OpenAPI
- /openapi.json
- LLM index
- /llms.txt
- LLM index (full)
- /llms-full.txt
- This page
- /docs/gpt-actions
GPT Action Onboarding
AI-vibe coding friendly geolocation API with deterministic JSON, OpenAI compatibility artifacts, and Bearer token security.
Use POST /v1/public/lookup for one guest demo lookup per UTC day, POST /v1/lookup for Bearer-authenticated single lookups, and POST /v1/batch/lookup only when the caller's plan allows batch access. Always pass include fields explicitly for city, ASN, timezone, coordinates, or provenance. Prefer /openai.json or /.well-known/ai-plugin.json for discovery, but treat /openapi.json as the canonical machine contract.
Discovery Paths
Auth Model
Setup Steps