01
Create an access key
Sign up, choose the workspace you want to track, and copy your organization access key.
Workflow
Generative engine optimization is the work of getting ChatGPT, Claude, Gemini, Perplexity, and Google AI Overviews to recommend you. Trackee measures where you stand today and shows you what to fix next.
No credit card required.Track visibility across
Buyers now ask AI assistants for a shortlist before they open a search tab, and those answers pull from a handful of sources. Trackee tracks the prompts that matter, the citations behind each answer, and the gaps to close so you show up more often.
Run your key prompts across ChatGPT, Claude, Gemini, and Perplexity, plus Google AI Overviews, to see who gets recommended today.
See the exact pages each engine pulls from, so you know which content earns the answer and which does not.
Get a prioritized list of prompts you lose and the moves that are most likely to win them back.
Re-run the same prompts on a schedule and watch citations and recommendations move after each change.
POST /v1/visibility
Send a brand and a prompt, get back a clean per-engine breakdown.
curl -X POST https://api.trackee.dev/v1/visibility \
-H "x-access-key: YOUR_API_KEY" \
-H "content-type: application/json" \
-d '{
"brand": "Acme",
"prompt": "best analytics tool for startups",
"engines": ["chatgpt", "claude", "gemini", "perplexity"]
}'{
"brand": "Acme",
"prompt": "best analytics tool for startups",
"mentioned_in": ["chatgpt", "gemini"],
"summary": {
"coverage_pct": 50,
"avg_position": 4,
"share_of_voice": 18,
"sentiment": "neutral"
}
}From access key to your first result in minutes.
01
Sign up, choose the workspace you want to track, and copy your organization access key.
02
Pass a brand, prompt, or keyword to one endpoint. Trackee runs the check across search and AI.
03
Use structured visibility, citation, and competitor data in your product, agent, or dashboard.
One API for rankings, keywords, citations, and AI visibility. Connect your agent or build the data directly into your product.
Add Trackee instructions to your coding agent so it can plan and run visibility checks directly.
npx skills add trackeeConnect any MCP-compatible client to Trackee's hosted tools with one organization access key.
{
"mcpServers": {
"trackee": {
"url": "https://mcp.trackee.dev/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Call the same visibility data from your own agent, product, workflow, or server-side application.
curl -X POST https://api.trackee.dev/v1/visibility \
-H "x-access-key: YOUR_API_KEY" \
-H "content-type: application/json" \
-d '{"brand":"Acme","prompt":"best project management software"}'GEO, sometimes called AEO, is the work of getting AI answers to cite and recommend you instead of a competitor. Start by measuring where you stand with the AI Visibility API.
Look at the sources behind each answer with the AI Citations API, then work through the ranked fixes that come back so you spend effort where it moves the needle.
ChatGPT, Claude, Gemini, and Perplexity, plus Google AI Overviews, all from one request. Read the full answers with the AI Answers API.
Yes. Re-run your prompts on a schedule with the Monitoring API and compare recommendations before and after each change.