> 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. # Chorus Supports: * ✅ Models * ✅ Bulk sync source * ✅ Connection Proxy ## Connection ### Configuration
NameTypeDescriptionRequired
auth_method string Authentication method

Accepted values: `basic` ↓, `api_key` ↓
true

`auth_method`

When `auth_method` is `api_key`
NameTypeDescriptionRequired
api_key string API key true
When `auth_method` is `basic`
NameTypeDescriptionRequired
password string Password true
username string Username true
#### Example ```json { "name": "Chorus connection", "type": "chorus", "configuration": { "auth_method": "" } } ``` ## Model Sync ### Source #### Configuration
NameTypeDescriptionRequired
object string Object true
#### Example ```json { ... "configuration": { "object": "object" } } ``` ## Bulk Sync ### Source Chorus connections may be used as a bulk sync source. No additional configuration options are required.