Skip to main content

Workflow

Get recommended by AI answers

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

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

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.

How Trackee helps

Baseline every engine

Run your key prompts across ChatGPT, Claude, Gemini, and Perplexity, plus Google AI Overviews, to see who gets recommended today.

Read the citations

See the exact pages each engine pulls from, so you know which content earns the answer and which does not.

Turn gaps into fixes

Get a prioritized list of prompts you lose and the moves that are most likely to win them back.

Prove the work landed

Re-run the same prompts on a schedule and watch citations and recommendations move after each change.

POST /v1/visibility

Check one prompt across every engine

Send a brand and a prompt, get back a clean per-engine breakdown.

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": "best analytics tool for startups",
    "engines": ["chatgpt", "claude", "gemini", "perplexity"]
  }'
JSONResponse
{
  "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"
  }
}

What you get

See exactly which prompts recommend you and which skip you
Learn which sources feed each AI answer
Ship GEO changes against a ranked, evidence-backed list
Track recommendations over time to prove the lift

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 AI agents already know how you rank

One API for rankings, keywords, citations, and AI visibility. Connect your agent or build the data directly into your product.

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

What is generative engine optimization?

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.

How do I know what to change?

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.

Which engines does Trackee cover for GEO?

ChatGPT, Claude, Gemini, and Perplexity, plus Google AI Overviews, all from one request. Read the full answers with the AI Answers API.

Can I prove my GEO work is paying off?

Yes. Re-run your prompts on a schedule with the Monitoring API and compare recommendations before and after each change.

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.