Skip to main content
Zylon supports feature toggling, allowing you to enable or disable certain features on demand. This is managed through the features field in your configuration file. Each feature can define its own set of keys to control behavior.
features:
  audit:
    enabled: true
  database:
    enabled: true
  mcp:
    enabled: true
  webExtract:
    enabled: false
  webSearch:
    enabled: false
  multimodal-image:
    enabled: false
Remember to run sudo zylon-cli sync after updating the configuration file for the changes to take place.

Audit log

Store Audit Log events & traces

Web Extract

Extract and parse content from web pages.

Database tool connector

Alpha Show database connector tool in chats.

MCP tool connector

Alpha Show MCP connector tool in chats.

Web Search

Alpha Enable web search capabilities in chats.

Multimodality Capabilities

Alpha Enable image support in chats.