When you deploy OpenOps for the first time, it creates an admin user account. The email and password for the account are defined in two variables in yourDocumentation Index
Fetch the complete documentation index at: https://openops-ecb4f397-mintlify-helm-chart-documentation-30057.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
.env file:
OPS_OPENOPS_ADMIN_EMAILOPS_OPENOPS_ADMIN_PASSWORD
Creating new user accounts
OpenOps doesn’t currently provide a UI for creating user accounts; instead, you can do it with two API calls. The first API call is to sign in the admin user:token. Copy the value of this property and use it in the authorization header in the next call. This next call actually creates a new user account. Before making the call, in the body, don’t forget to specify actual values for the four properties that are left empty in the sample below:
