Stop Guessing Endpoints. Start Building.
Paste this into Cursor, Claude, or Codex. It fetches our live endpoint list and builds the integration right - no stale docs, no broken URLs.
Copy. Paste. Build.
Drop this into your AI tool.
Use the CitoAPI Builder Skill.
Before choosing endpoints or writing code, fetch:
https://citoapi.com/ai/endpoints
Build the integration server-side using:
CITO_API_KEY=your_key_here
Base URL: https://api.citoapi.com/api/v1
Rules:
- Use exact endpoints from the fetched manifest.
- Do not expose API keys in browser code.
- If a player/team name is provided, search first.
- Return one working request and copy-paste code first.
- Add fallbacks for empty live data, unknown IDs, and rate limits.What it fixes
Our endpoints change. Your agent should know that.
This fetches live docs every time - no stale routes, no broken paths, no 404s because your AI guessed wrong.
Agent skill
Copy this into your AI agent instructions or skill folder.
/ai/citoapi-agent-skill
Endpoint manifest
Human-readable current endpoint catalog generated during deploy.
/ai/endpoints
Endpoint JSON
Machine-readable endpoint catalog for agents and internal tools.
/ai/endpoints.json
LLM full reference
Combined CitoAPI product, skill, and endpoint reference.
/llms-full.txt
Why it works
Go from idea to working request in one prompt.
Developers hate debugging API integrations. This gets you from "I want to build something" to "It works" without chasing docs or fixing fake routes.
No more 'I think the endpoint is...' - it fetches the real list.
No exposed API keys in frontend code.
One working request first, features second.
Player name? It searches automatically.
No live match? It falls back to schedule or recent results.
Examples
What your agent builds
LoL live match center
/api/v1/lol/liveLive scores, gold graphs, player stats - one endpoint, full match center.
CDL player stats
/api/v1/cod/matches/{id}/player-stats?includeMaps=trueMap-by-map player breakdowns for fantasy and recaps.
UFC fight analytics
/api/v1/ufc/bouts/{boutId}/stats?round=1Round-level stats, fighter profiles, rankings.
Dota 2 radar dashboards
/api/v1/dota2/players/{playerIdOrSlug}/radarRadar scores, drafts, leaderboards.
Get your free key. Paste the skill. Tell your agent to build something.
Start with one request. Then ship the feature.