> 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. # Meridian Supports: * ✅ Connection Proxy ## Connection ### Configuration
NameTypeDescriptionRequired
client_id string Client ID true
client_secret string Client secret true
#### Example ```json { "name": "Meridian connection", "type": "meridian", "configuration": { "client_id": "your_client_id", "client_secret": "your_client_secret" } } ```