Skip to main content

Onyx

Onyx is an enterprise-grade developer assistant platform. By connecting Onyx to your GoingMerry server, you can execute workspace audits, security reviews, and model completions.


1. Prerequisites

Verify GoingMerry is listening on the standard API port:

curl http://localhost:11434/api/tags

2. Setting Up Onyx

Add the local GoingMerry backend details inside your onyx.config.json configuration file:

{
"backends": {
"local_inference": {
"type": "merry",
"endpoint": "http://localhost:11434",
"model": "gemma4"
}
}
}

Start the Onyx agent runner to activate your local assistant services.