> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://apidocs.polytomic.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://apidocs.polytomic.com/_mcp/server.

# Rokt

Supports:
* ✅ Model sync destination
* ✅ Connection Proxy




## Connection

### Configuration
<table>
<thead>
<tr>
<th>Name</th><th>Type</th><th>Description</th><th>Required</th>
</tr>
</thead>
<tbody>
<tr>
<td><code>api_key</code></td>
<td><code>string</code></td>
<td style="vertical-align: top;">API key</td>
<td><code>true</code></td>
</tr>
<tr>
<td><code>api_secret</code></td>
<td><code>string</code></td>
<td style="vertical-align: top;">API secret</td>
<td><code>true</code></td>
</tr>
</tbody>
</table>


#### Example

```json
{
  "name": "Rokt connection",
  "type": "rokt",
  "configuration": {
    "api_key": "",
    "api_secret": ""
  }
}
```

## Model Sync
### Target
Rokt connections may be used as the destination in a model sync.