Skip to main content

Workflow

Know how AI describes your brand

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

  • ChatGPT
  • Claude
  • Gemini
  • Grok
  • Perplexity
  • Google

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.

How Trackee helps

Sentiment across engines

See whether ChatGPT, Claude, Gemini, and Perplexity describe you as positive, neutral, or negative, plus Google AI Overviews.

Catch negative framing

Spot the moment an answer starts leading with a complaint, a controversy, or an outdated claim, before it hardens.

Sources behind the story

See which pages and reviews each engine leans on, so you know what to correct, pitch, or refresh.

Narrative over time

Re-run the same prompts on a schedule and watch how the story about you moves week to week.

POST /v1/visibility

Check brand sentiment across every engine

Send a brand and a prompt with sentiment on, get back how each engine frames you.

POSTRequest
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
  }'
JSONResponse
{
  "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"
  }
}

What you get

See how AI frames your brand, not just whether it ranks
Catch negative sentiment before it becomes the default answer
Trace bad framing back to the source shaping it
Give PR and comms real answer data to act on

Live in three steps

From access key to your first result in minutes.

01

Create an access key

Sign up, choose the workspace you want to track, and copy your organization access key.

02

Send one request

Pass a brand, prompt, or keyword to one endpoint. Trackee runs the check across search and AI.

03

Build with the results

Use structured visibility, citation, and competitor data in your product, agent, or dashboard.

Your agents already know how you rank

A first-party Claude Code skill, a hosted MCP server, and a plain REST API. All official, all maintained.

Agent skill

Add Trackee instructions to your coding agent so it can plan and run visibility checks directly.

terminal
npx skills add trackee
Read the docs

MCP server

Connect any MCP-compatible client to Trackee's hosted tools with one organization access key.

mcp.json
{
  "mcpServers": {
    "trackee": {
      "url": "https://mcp.trackee.dev/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}
Read the docs

REST API

Call the same visibility data from your own agent, product, workflow, or server-side application.

terminal
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"}'
Read the docs

Frequently asked questions

How does Trackee measure brand sentiment?

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.

Can I see what is shaping a negative answer?

Yes. Trackee returns the pages each engine cited, so you can trace bad framing back to its source with the AI Citations API.

Can I get alerted when sentiment changes?

Yes. Re-run your prompts on a schedule and get pinged on shifts with AI alerts, so comms hears about it early.

How is this different from tracking mentions or rankings?

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.

Start tracking your visibility today

Create a free account, grab an access key, and make your first call in minutes.
Start Tracking for Free

No credit card required.