🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@index365/cli

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@index365/cli

index365 CLI - run AI-readiness and marketing-signal audits and read findings from your terminal, CI, or agents. Wraps the public /api/v1.

Source
npmnpm
Version
0.2.0
Version published
Weekly downloads
162
184.21%
Maintainers
1
Weekly downloads
 
Created
Source

@index365/cli

Run index365 website audits from your terminal, CI, or an AI agent. The CLI is a thin wrapper over the public /api/v1, so anything it does, your own agents can do too.

index365 runs two audits: AI-Readiness (how well AI agents and AI search can read a site) and Marketing Signal (can demand find the site, trust the offer, act, and be measured). Each run produces a score plus findings with stable IDs, evidence, and machine-readable remediation.

Install

npm install -g @index365/cli

Quickstart

index365 login --web      # sign in through your browser (no key to copy/paste)
index365 doctor           # verify auth, scopes, and API reachability
index365 projects list    # find a projectId
index365 runs start --project <id> --wait   # run an AI-readiness audit, wait for the score
index365 marketing run --project <id> --wait # or run a Marketing Signal audit (separate command tree)
index365 reports context <runId>            # compact, agent-ready report payload
index365 findings list --run <runId>        # triage findings
index365 findings get --run <runId> <findingId>   # full detail + remediation

index365 login --web opens your browser, signs you in on the dashboard, and saves a new key automatically (loopback + PKCE, so the secret never travels through a URL). For CI or headless machines, use index365 login to paste an i365_ key from the dashboard API Keys page, or set INDEX365_API_KEY.

Add --json to any command for machine-readable output. Keys live at ~/.config/index365/config.json (mode 0600); INDEX365_API_KEY overrides the file.

Exit codes

0 ok · 1 error · 2 usage · 3 auth · 4 not found · 5 quota/conflict/rate

MCP

index365 mcp config   # prints ready-to-paste config for Claude Code, Codex, and Cursor

Docs

Full reference: https://index365.co/docs/developers/cli

License

MIT

Keywords

index365

FAQs

Package last updated on 26 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts