🔗Setup

Before you begin

Sentio requires users to install node (v16+) 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 commandline, 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)

Normally, you do not need to explicitly generate API keys for uploading Processor. But you can always sign in manually, see API Key

Last updated