01
Create an access key
Sign up, choose the workspace you want to track, and copy your organization access key.
For startups
See whether Google and AI assistants recommend you without paying for a heavy suite. Start on the free plan and wire it straight into your own stack.
No credit card required.Track visibility across
Founders and small teams need to know if Google and AI assistants point people their way, and they need that answer without an expensive tool. Trackee gives you a free plan, simple credits, and an API-first setup so you can build it into your product and move fast.
The free plan gives you 100 credits a month to check rankings and AI answers before you spend a cent.
Call the REST API, hosted MCP, or coding skill and drop visibility data straight into your own stack.
Google rank tracking plus AI answers from ChatGPT, Claude, Gemini, and Perplexity, without a second vendor.
Grow onto Starter at $49 or buy pay-as-you-go packs, and unused credits stay yours for good.
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 project management software",
"engines": ["chatgpt", "claude", "gemini", "perplexity"]
}'{
"brand": "Acme",
"prompt": "best project management software",
"mentioned_in": ["chatgpt", "perplexity"],
"summary": {
"coverage_pct": 50,
"avg_position": 3,
"share_of_voice": 22,
"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.
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"}'Yes. The free plan includes 100 credits a month, then Starter is $49 when you outgrow it. See pricing for the details.
Trackee is API-first, so you send a request and get clean JSON back. The API docs show the endpoints and headers to get going.
Yes. One request covers Google positions and answers from ChatGPT, Claude, Gemini, and Perplexity. Start with the AI Visibility API.
Pay-as-you-go credit packs never expire, so nothing goes to waste as your usage moves around. You can also spin up a tracker to spend them on scheduled checks.