Monotron is a monotonically incrementing value generation service. It generates values that are always one larger than the last value it generated.
This is intended to be useful for automatically versioning releases of software via CI/CD pipelines. For a given key, the system will always produce a value that is one larger than the last value, which you can use to generate the next sequential version number for your release.
Refer to the API documentation, such as it is, for details