API
Configure a bot to call runops API and automate things on behalf of your team.
Some companies commonly have repetitive routines that need to be performed. Even though a user can do that manually, sometimes it is more effective to automate things using a bot. Runops API, which handle requests from our many interfaces (slack, CLI, portal) can be accessed directly by a machine, and do the same things a user would do.
This is an m2m (machine-to-machine) flow.
📄️ Authentication
These are the steps to authentication a machine. You can call the API using your own user JWT for testing purposes. It is located in the ~/.runops/config directory after you login with the CLI.
📄️ Endpoints
The list of endpoints from Runops API.