🔗 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)
Normally, you do not need to explicitly generate API keys for uploading processor. But you can always sign in manually, see api-key
Updated 29 days ago