CLI

Account

Account and API key operations

Overview

Usage: rapidcrawl account [options] [command]

Account and API key operations

Options:
  -h, --help      display help for command

Commands:
  api-keys        API key management
  get             Get the authenticated account
  help [command]  display help for command

Commands

rapidcrawl account api-keys

Usage: rapidcrawl account api-keys [options] [command]

API key management

Options:
  -h, --help             display help for command

Commands:
  create [options]       Create a new API key
  list                   List all API keys
  get <id>               Get an API key by ID
  update [options] <id>  Update an API key
  revoke <id>            Revoke an API key (idempotent)
  help [command]         display help for command

rapidcrawl account api-keys create

Usage: rapidcrawl account api-keys create [options]

Create a new API key

Options:
  --name <name>  Display name for the key
  -h, --help     display help for command

rapidcrawl account api-keys list

Usage: rapidcrawl account api-keys list [options]

List all API keys

Options:
  -h, --help  display help for command

rapidcrawl account api-keys get

Usage: rapidcrawl account api-keys get [options] <id>

Get an API key by ID

Options:
  -h, --help  display help for command

rapidcrawl account api-keys update

Usage: rapidcrawl account api-keys update [options] <id>

Update an API key

Options:
  --name <name>  New display name
  -h, --help     display help for command

rapidcrawl account api-keys revoke

Usage: rapidcrawl account api-keys revoke [options] <id>

Revoke an API key (idempotent)

Options:
  -h, --help  display help for command

rapidcrawl account get

Usage: rapidcrawl account get [options]

Get the authenticated account

Options:
  -h, --help  display help for command