> 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. # Dittofeed Supports: * ✅ Model sync destination * ✅ Connection Proxy ## Connection ### Configuration
NameTypeDescriptionRequired
url string Dittofeed URL true
write_key string Write key true
#### Example ```json { "name": "Dittofeed connection", "type": "dittofeed", "configuration": { "url": "https://demo.dittofeed.com/", "write_key": "YoegMt2eLlP0FWY9F3vxU3mM9ZG6TIQpzTeeH1uLEJWB81oEXq=" } } ``` ## Model Sync ### Target Dittofeed connections may be used as the destination in a model sync.