01
Create an access key
Sign up, choose the workspace you want to track, and copy your organization access key.
For agencies
Run rank tracking, keyword research, and AI-answer monitoring for all your clients through one API, with unlimited brands and credits you can spread however you like.
No credit card required.Track visibility across
Agencies juggle dozens of clients and just as many logins. Trackee gives you one API and one credit pool across unlimited brands, so you can report on Google rankings and AI visibility without paying per seat or per project.
Add as many brands as you have clients. No per-project plans and no per-seat fees.
Spend credits across every client as needed, instead of buying a plan for each one.
Pull clean JSON into your own reports and dashboards, branded however you want.
Google rank tracking plus AI visibility across ChatGPT, Claude, Gemini, and Perplexity for each client.
POST /v1/visibility
Point a request at any client brand and get finished data back.
curl -X POST https://api.trackee.dev/v1/visibility \
-H "x-access-key: YOUR_API_KEY" \
-H "content-type: application/json" \
-d '{
"brandId": "client_acme",
"prompt": "best crm for small business",
"engines": ["chatgpt", "gemini", "perplexity"]
}'{
"brand": "Acme CRM",
"mentioned_in": ["gemini", "perplexity"],
"summary": {
"coverage_pct": 66,
"avg_position": 2,
"share_of_voice": 31,
"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"}'No. One Trackee plan covers unlimited brands and one shared credit pool, so you add clients without adding subscriptions. See pricing.
Yes. Trackee returns clean JSON through the API, so you can pull it into your own branded reports and dashboards.
Yes. Use trackers to re-run each client's prompts on a schedule, and bulk scans to cover many prompts at once.
Most suites charge per seat and gate the API behind their top plan. Trackee is API-first from the free tier. Compare the alternatives.