Settings
The Settings page is where you manage your API key, Slack connection, and operational settings.
Tabs
The live dashboard currently has two tabs:
- General
- Error Logs
API keys
The General tab shows your current masked API key and lets you rotate it.
Keys follow the format vl_ followed by 64 hex characters. When you rotate a key, the new plaintext value is shown once and must be copied immediately.
Regenerating your API key invalidates the old one immediately. Any agents still using the old key will stop sending telemetry.
SDK quickstart
The General tab also includes a copyable SDK quickstart block:
pip install maev-sdkimport maev
maev.run(my_agent, api_key="vl_your_key_here", gateway=True)Slack integration
Connect Slack to receive failure alerts in a channel of your choice. Click Connect Slack, complete the OAuth flow, and Maev stores the connection for your organization. You can also disconnect Slack from the same page.
See Slack integration for details.
Error Logs
The Error Logs tab shows recent production errors for the app, including:
- Route
- Error message
- Stack trace
- Serialized context
- Relative timestamp
This tab is intended for debugging Maev itself, not your agent sessions.