Manage & Operate
Operate & monitor
Logs, catalog status, analytics, and operational workflows for running Agenetix in production.
This guide covers the day-to-day workflows for keeping your MCP servers and agents healthy.
Catalog status#
Every MCP server shows a catalog status that tracks whether the live runtime matches your stored tool catalog:
| Status | Meaning | What to do |
|---|---|---|
| In sync | Live server matches your catalog | Nothing needed |
| Out of sync | Differences detected | Redeploy (generated) or rediscover (connected) |
| Needs redeploy | Tool rules changed since last publish | Click Publish to apply changes |
| Unreachable | Agenetix could not reach the server | Check that your server is running and the URL is correct |
Request logs#
Every tool call routed through Agenetix is logged with:
- Tool name
- Duration in milliseconds
- Success or failure status
- Error message (if any)
- Who triggered the call
- Timestamp
View logs on the server detail page under the Logs tab.
Analytics#
The analytics dashboard gives you a high-level view of your server's usage:
- Daily invocation counts (success vs failure)
- Average latency trends
- Top tools by usage volume
- Error rate over time
Access analytics from the server detail page under the Analytics tab, or select a time range (7, 14, or 30 days).
Configuration updates#
Agenetix separates server configuration into distinct areas so changes in one area cannot accidentally affect another:
flowchart TD
Identity["Server identity\nname, description"] --> Server["MCP Server"]
Source["API source\nOpenAPI spec URL"] --> Server
ToolCat["Tool rules\nper-tool settings"] --> Server
Runtime["Runtime config\nauth, hosting, Gateway"] --> ServerEach area has its own save action. For example, editing a tool's description does not affect the server's hosting configuration, and refreshing the OpenAPI spec does not overwrite your tool rules.
Redeploy checklist#
When the catalog status shows Needs redeploy:
- Review what changed in the Tools tab
- If using hosted Gateway mode, click Publish to redeploy
- If self-hosting, download the updated server ZIP and redeploy
- Verify the catalog status returns to In sync
