To add a new user to your Fireworks account, run the following command. If the email for the new user is already associated with a Fireworks account, they will have the option to freely switch between your account and their existing account(s). You can also add users in the Fireworks web UI at https://app.fireworks.ai/account/users.
Copy
Ask AI
firectl create user --email="alice@example.com"
To create another admin user, pass the --role=admin flag:
Copy
Ask AI
firectl create user --email="alice@example.com" --role=admin