To use Languine, you need to authenticate with our Engine, it only takes a few seconds to get started.
You can sign in directly on Languine Dashboard or run the following command:
npx languine@latest auth login
If you already have an account, you will get automatically signed in and a session will be saved on your machine.
You can sign out by running the following command:
npx languine@latest auth logout
You can check if you are signed in by running the following command:
npx languine@latest auth whoami
You can set the following environment variables to configure Languine:
LANGUINE_API_KEY
: The API key to use for authentication.LANGUINE_PROJECT_ID
: The project ID to use for the project.You find them in the Languine Dashboard.