> 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. # Seam AI Supports: * ✅ Enrichment * ✅ Connection Proxy ## Connection ### Configuration
NameTypeDescriptionRequired
apikey_id string API key ID true
apikey_secret string API key secret true
base_url string Alternative base URL

Alternate environment API URL (including any necessary paths
false
#### Example ```json { "name": "Seam AI connection", "type": "seamai", "configuration": { "apikey_id": "9snbax8ij4hvAvBv3ap3EpQ", "apikey_secret": "9snbax8ij4hvAvBv3ap3EpQ", "base_url": "" } } ``` ## Model Sync ### Enrichment #### Configuration
NameTypeDescriptionRequired
enricher string ID of enricher to use true
#### Example ```json { ... "configuration": { "enricher": "smdLlGCX8SuwOIrW3rWQGU" } } ```