!!! question "Since sing-box 1.12.0"
SSM API service is a RESTful API server for managing Shadowsocks servers.
{
"type": "ssm-api",
... // Listen Fields
"servers": {},
"cache_path": "",
"tls": {}
}
See Listen Fields for details.
==Required==
A mapping Object from HTTP endpoints to Shadowsocks Inbound tags.
Selected Shadowsocks inbounds must be configured with managed enabled.
Example:
{
"servers": {
"/": "ss-in"
}
}
If set, when the server is about to stop, traffic and user state will be saved to the specified JSON file to be restored on the next startup.
TLS configuration, see TLS.