Documentation Index
Fetch the complete documentation index at: https://docs.trysight.ai/llms.txt
Use this file to discover all available pages before exploring further.
REST API (API keys)
Create keys in Integrations → Developers. Keys are shown once at creation.Key format
- Prefix:
sai_ - 64 hex characters after the prefix
- Team-scoped; optional site restrictions at creation time
Scopes
| Scope | Access |
|---|---|
analytics:read | Search + AI visibility analytics |
opportunities:read | AI + search content opportunities |
articles:read | List/get articles, limits |
articles:write | Create, edit, SEO refresh |
agents:read | Agents+ configs and runs |
agents:write | Toggle agents, trigger runs |
MCP (OAuth only)
MCP clients must not use API keys. Use OAuth 2.1 Authorization Code + PKCE.- Authorization:
GET /oauth/authorize - Token:
POST /oauth/token - Metadata:
GET /.well-known/oauth-authorization-server
Errors
| Status | Meaning |
|---|---|
| 401 | Missing or invalid credentials |
| 403 | Insufficient scope or unlicensed site |
| 429 | Rate limit exceeded |