01
Create an access key
Sign up, choose the workspace you want to track, and copy your organization access key.
Workflow
Run your brand prompts across ChatGPT, Claude, Gemini, and Perplexity and get back the sentiment, the story being told, and the pages shaping it. Catch negative framing before it spreads.
No credit card required.Track visibility across
AI assistants now summarize your brand for people who never visit your site, and the framing they use sticks. Trackee checks those answers on a schedule so you can see the sentiment, watch the narrative shift, and find the sources feeding it.
See whether ChatGPT, Claude, Gemini, and Perplexity describe you as positive, neutral, or negative, plus Google AI Overviews.
Spot the moment an answer starts leading with a complaint, a controversy, or an outdated claim, before it hardens.
See which pages and reviews each engine leans on, so you know what to correct, pitch, or refresh.
Re-run the same prompts on a schedule and watch how the story about you moves week to week.
POST /v1/visibility
Send a brand and a prompt with sentiment on, get back how each engine frames you.
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": "is Acme a good company to work with",
"engines": ["chatgpt", "claude", "gemini", "perplexity"],
"sentiment": true
}'{
"brand": "Acme",
"prompt": "is Acme a good company to work with",
"mentioned_in": ["chatgpt", "claude", "perplexity"],
"summary": {
"coverage_pct": 75,
"avg_position": 2,
"share_of_voice": 40,
"sentiment": "positive"
}
}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.
A first-party Claude Code skill, a hosted MCP server, and a plain REST API. All official, all maintained.
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"}'It reads the actual answer each engine gives about your brand and scores whether the framing is positive, neutral, or negative. Turn it on with the AI Visibility API.
Yes. Trackee returns the pages each engine cited, so you can trace bad framing back to its source with the AI Citations API.
Yes. Re-run your prompts on a schedule and get pinged on shifts with AI alerts, so comms hears about it early.
Mentions and rankings tell you if you show up. This tells you how you are described and why. Pair it with AI visibility monitoring for the full picture.