Cloud

Getting started

Create an account, join an organization, and authenticate the CLI.

Account, organization, then ht auth login. Publishing a plugin is a later step on the author ramp.

Create an account

Visit /signup. You can register with email and password, Google OAuth, or GitHub OAuth. Existing users sign in at /login.

Email sign-ups must verify the address before creating organizations or publishing. OAuth sign-ups skip that extra step when the provider already confirmed the identity.

Create or join an organization

After sign-in, HarnessTap lands you on /dashboard. Organization setup is optional.

  1. Create — open /onboarding and become the owner of a new organization
  2. Join — accept a pending invitation from the organization hub

Users can belong to multiple organizations and switch in the web UI and CLI.

Authenticate the CLI

ht auth login
ht auth status
ht auth orgs --switch org-slug

Default account name: default. Default base URL: https://harnesstap.com. Cloud accounts are stored in ~/.harnesstap/cloud-accounts.json.

Then search or apply from an org catalog:

ht plugin list --search react --remote-only
ht apply org/catalog/plugin-name --project .

Free tier

The free (Personal) plan includes up to 3 collaborators per organization, up to 10 private plugins, and 5 MB maximum published bundle size. See /pricing.

Next steps