Searvora CLI

Command every SEO service from one agent-ready Node package.

The Searvora CLI gives operators and AI agents one structured command surface for service health, pricing, shared SEO facts, crawlers, marketing tools, Blogify, and cross-product workflows.

Published Node packagenpm install -g @searvora/cli
agent@searvorastructured SEO operations
$ searvora services health --json$ searvora price current --profile public$ searvora facts audit --domain searvora.com$ searvora tools canonical check --url https://searvora.com
ok:trueprofile:localservice:gatewayjson envelope
Command groups

A grouped surface for the whole SEO platform.

Each group maps to a real Searvora capability, so agents can choose the smallest safe command instead of guessing API routes.

01services

Discover services, URLs, health checks, and Docker Compose hints.

searvora services health gateway facts
02price / pricing

Open pricing pages, inspect plans, and read subscription state.

searvora price current --profile public
03facts

Query SEO Data Plane audit, links, refresh, URL facts, and crawl evidence.

searvora facts audit --domain example.com
04analysis

Read SEO AI Analysis pages, audits, clusters, skills, and planning context.

searvora analysis overview
05spider

List crawls, create crawl tasks, and hand off tool findings to the crawler.

searvora spider crawl --limit 10
06tools

Run marketing SEO tools for canonicals, sitemaps, indexability, metadata, robots, and hreflang.

searvora tools canonical check --url https://searvora.com
07content

Reach Blogify products, content opportunities, articles, and settings.

searvora content opportunities
08workflow

Reserve cross-service diagnostic and optimization workflows for agents.

searvora workflow full-audit
Agent workflow

Built for AI operators, not only humans.

Every response is predictable enough for an agent to classify errors, retry safely, and move between Gateway, Data Plane, Spider, Blogify, and marketing tools.

01

Discover

Map services, profiles, public URLs, and health before choosing a command.

02

Authenticate

Pass access tokens, service keys, and platform user IDs without storing secrets in prompts.

03

Inspect

Pull shared SEO facts, subscription state, audit evidence, and crawl history.

04

Act

Launch crawls, run SEO tools, and prepare cross-product handoffs.

05

Report

Return JSON envelopes that make success, failure, retryability, and pricing actions explicit.

JSON contract

Success and failure look the same to an agent every time.

The CLI wraps service responses in stable envelopes with command, profile, service, data, request, warnings, and normalized errors.

Successful tool run
{
  "ok": true,
  "command": "tools canonical check",
  "profile": "local",
  "service": "marketing",
  "data": {
    "verdict": { "code": "self_canonical" }
  }
}
Recoverable guardrail
{
  "ok": false,
  "command": "facts.audit",
  "error": {
    "code": "missing_service_key",
    "retryable": false
  }
}
Service coverage

One CLI, six operational surfaces.

Platform Gateway

Auth, account, billing, subscriptions, quota, and tool run history.

searvora price current

SEO Data Plane

Shared audit, link, refresh, crawl, URL fact, and tool fact read models.

searvora facts links --domain example.com

SEO AI Analysis

Dashboard context, clusters, skills, shared facts, and planning signals.

searvora analysis overview

SEO Spider Crawler

Technical crawl tasks, progress, AI reports, and tool handoffs.

searvora spider crawl --limit 10

Blogify

Shopify content operations, product context, opportunities, and articles.

searvora content articles

Marketing SEO Tools

Canonical, sitemap, indexability, metadata, robots, llms.txt, and hreflang checks.

searvora tools indexability check --url https://searvora.com
Install and operate

Designed as a Node package for Searvora workspaces.

Use the published package in operator terminals, CI jobs, and agent runtimes. Local workspace commands remain available for platform development.

$ npm install -g @searvora/cli$ searvora config init$ searvora services health --profile public --json$ SEARVORA_ACCESS_TOKEN=... searvora tools canonical check --url https://searvora.com
Skill

Open the Searvora CLI Skill page.

Learn what the Skill does, when to use it, and how to hand the zip to your AI agent for installation.

Skill

A guided page for downloading and setting up the Searvora CLI Skill.

Open Skill page

Give your agents a safer way to operate SEO.

Start with pricing, then connect the CLI to an authenticated Searvora workspace and let agents move through the SEO stack with confidence.