> 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. # Vanilla Forums Supports: * ✅ Models * ✅ Bulk sync source * ✅ Connection Proxy ## Connection ### Configuration
NameTypeDescriptionRequired
api_key string API key true
domain string Domain true
#### Example ```json { "name": "Vanilla Forums connection", "type": "vanilla", "configuration": { "api_key": "secret", "domain": "yourcompany.vanillacommunities.com" } } ``` ## Model Sync ### Source #### Configuration
NameTypeDescriptionRequired
stream_id string Object true
#### Example ```json { ... "configuration": { "stream_id": "discussions" } } ``` ## Bulk Sync ### Source Vanilla Forums connections may be used as a bulk sync source. No additional configuration options are required.