The standardized [Keymanager API](https://ethereum.github.io/keymanager-APIs/) can be used to add, remove, or [migrate](./migration.md) validators on the fly while the beacon node is running.
All requests must be authorized through the `Authorization: Bearer` scheme with a token matching the contents of a file provided at the start of the node through the `--keymanager-token-file` parameter.
By default, only connections from the same machine are entertained.
If you wish to change this you can configure the port and listening address with the `--keymanager-port` and `--keymanager-address` options respectively.