Skip to main content

Documentation Index

Fetch the complete documentation index at: https://help.notis.ai/llms.txt

Use this file to discover all available pages before exploring further.

When the tool you need ships as a CLI rather than an API, Notis can install it on your Cloud Computer and use it from there. No local setup required.

How to install a CLI

The simplest way is to paste the link to the CLI provider’s install instructions and ask Notis to install it. Notis opens the page, follows the steps inside your Cloud Computer, signs in if the CLI asks for credentials, and confirms when it’s ready.
Install the Datafast CLI for me: https://datafa.st/docs/cli-introduction
If a CLI has a one-liner install (brew install ..., curl ... | sh, npm i -g ...), you can paste that directly instead. Either way works — Notis figures out the rest.

Using a CLI once it’s installed

After install, just ask in plain language. Notis runs the right command for you.
Check the Datafast CLI for what's our best performing country in the last week in terms of number of trials.
You can mix CLI tools with your Composio integrations in the same request — for example, pull a metric with the Datafast CLI and post the result to Slack.

Persisted per user

CLIs installed on the Cloud Computer are persisted per user. Once a CLI is installed and signed in, it stays available across every future conversation, channel, and skill run on your account. You don’t reinstall it the next time you ask.

Examples of CLIs you can install

  • Analytics & product — Datafast, PostHog, Mixpanel
  • Payments — Stripe, Paddle, Lemon Squeezy
  • Databases & data — Supabase, psql, mysql, mongosh, BigQuery (bq)
  • Cloudaws, gcloud, vercel, Fly.io (flyctl), Heroku
  • Code & releases — GitHub (gh), GitLab (glab)
  • Media & filesffmpeg, yt-dlp, pandoc, ImageMagick
If a CLI exists on Linux, it can almost certainly run in your Cloud Computer.

Credentials

When a CLI needs to sign in, Notis will ask you for the API key, token, or OAuth URL it needs. Credentials live in the Cloud Computer alongside the CLI and are reused on the next request, so you only authenticate once.
CLIs installed in the Cloud Computer sandbox are not exposed through notis-cli on your local machine. They run inside the sandbox and are used by Notis on your behalf there. If you also need a CLI on your laptop for your local coding agent (Claude Code, Cursor, Codex), install it locally as you normally would. See Sync Integrations for the local agent workflow.