> 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. # Autura Supports: * ✅ Bulk sync source * ✅ Connection Proxy ## Connection ### Configuration
NameTypeDescriptionRequired
authentication_key string Authentication key true
org_keys string Org keys

Comma-delimited list
true
#### Example ```json { "name": "Autura connection", "type": "autura", "configuration": { "authentication_key": "", "org_keys": "" } } ``` ## Bulk Sync ### Source Autura connections may be used as a bulk sync source. No additional configuration options are required.