Connector CLI

Vernclaw CLI commands and environment variables.

Install

npm i -g vernclaw-cli

Authentication

Preferred environment variable:

export VERNCLAW_CLI_API_KEY="your_api_key"

Optional base URL override:

export VERNCLAW_CLI_API_BASE_URL="https://vernclaw.com"

Provider Environment Variables

Server-side provider adapters read the following variables:

AIAPI_CENTER_API_BASE_URL=https://aiapi.hekmon.com
AIAPI_CENTER_API_KEY=sk_xxx

DATAFORSEO_API_BASE_URL=https://api.dataforseo.com
DATAFORSEO_LOGIN=your_login
DATAFORSEO_PASSWORD=your_password
DATAFORSEO_TRAFFIC_PATH=/v3/domain_analytics/similarweb/live

NOKIA_API_BASE_URL=https://your-nokia-api.example.com
NOKIA_API_KEY=nok_xxx
NOKIA_AUTHORITY_PATH=/authority

TWITTERAPI_API_BASE_URL=https://api.twitterapi.io
TWITTERAPI_API_KEY=tw_xxx
TWITTERAPI_TWEET_PATH=/twitter/tweets
TWITTERAPI_TWEET_QUERY_KEY=tweet_ids
  • Connector catalog: /connectors
  • Connector docs: /docs/connectors
  • CLI docs: /docs/connectors/cli
  • User connector settings: /settings/connectors

Commands

  • vernclaw-cli login
  • vernclaw-cli list
  • vernclaw-cli describe <connectorId>
  • vernclaw-cli invoke <connectorId> [flags]
  • vernclaw-cli job get <jobId>
  • vernclaw-cli balance

Exit codes

  • 0 success
  • 1 business rejection
  • 2 authentication failure
  • 3 invalid params
  • 4 provider failure