> ## 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.

# Overview

# Sight AI Developer Platform

The Sight AI Developer Platform exposes your team's proprietary analytics, opportunities, articles, and agent controls through:

* **REST API** (`/api/v1`) — authenticated with team API keys (`sai_*`)
* **MCP server** (`/mcp`) — authenticated with OAuth 2.1 (for Cursor, Claude Desktop, and other MCP clients)

## What you can access

| Area                                                                               | REST | MCP       |
| ---------------------------------------------------------------------------------- | ---- | --------- |
| Search analytics (GSC)                                                             | Yes  | Yes       |
| AI visibility metrics                                                              | Yes  | Yes       |
| Content opportunities                                                              | Yes  | Yes       |
| Articles — read/write + SEO refresh                                                | Yes  | Yes       |
| Articles — drafts, inline section edits, images, URL fetch, batch, recommendations | —    | Yes (MCP) |
| Agents (read/control runs)                                                         | Yes  | Yes       |
| Outreach inbox — ingest forwarded messages                                         | Yes  | —         |
| Outreach webhooks — outbound event notifications                                   | Yes  | —         |

## What is not available via API

* Billing, subscription changes, or plan/seat purchase
* Article publish/status changes (no `articles:publish` scope in v1)

<Note>
  Outreach contact PII (prospect email addresses) IS exposed via the ingestion
  endpoint — but only when your platform supplies it. Sight AI does not expose
  prospect emails you didn't push in. The <code>inbox:read</code> scope gates
  read access to existing inbox conversations.
</Note>

## Getting started

1. For REST API access, open **Integrations → Sight AI API** in the Sight AI app and create an API key with the scopes you need. OAuth apps (for app integrations and webhooks) live on the same page.
2. For MCP, open **Integrations → MCP** and point your client at the MCP server URL — see [MCP Setup](/developers/mcp-setup).

## Base URL

```
https://app.trysight.ai/api/v1
```

## Support

Documentation: [docs.trysight.ai/developers](https://docs.trysight.ai/developers/overview)
