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.
plain textimport DocCardList from '@theme/DocCardList'; <DocCardList />