πŸ”— Setup

Before you begin

Sentio requires users to install node (v22+) before uploading user code.

To install node, please follow the instructions here.

Follow best-way-to-manage-nodejs for node version management

Register an Account and Command Line Login

Go to app.sentio.xyz to register an account. We support standard Google/GitHub login. To login from the command line, you can do:

npx @sentio/cli@latest login

This should prompt for a link, and you can login using that link. It will generate a valid api-key and store it locally.

Generate the API key (optional)

You will need πŸ”‘ API Key to

  • Call API
  • Upload processor in non-interactive environment, e.g. CI.